The Windows section should read:
Minecraft folder: %appdata%\minecraft Worlds folder: %appdata%\minecraft\saves\<world>
and the OSX one could read:
Minecraft folder: $HOME/Library/Application Support/minecraft Worlds folder: $HOME/Library/Application Support/minecraft/saves/<world>
The Windows section should read:
(observe the "closing" percent sign)and the OSX one could read:
or, of course, using the same tilde syntax as in Linux.