Apply suggestions from code review

This commit is contained in:
Hugo Locurcio
2021-12-24 19:05:28 +01:00
committed by GitHub
parent 2b7d5fec92
commit 0956d0e993

View File

@@ -73,7 +73,7 @@ depending on the platform. By default, these paths are:
| | - macOS: ``~/Library/Application Support/Godot/[project_name]``|
| | - Linux: ``~/.local/share/godot/[project_name]`` |
+------------------------------+----------------------------------------------------------------+
| User Data | - Windows: ``%APPDATA%\[project_name]`` |
| User data | - Windows: ``%APPDATA%\[project_name]`` |
| (when ``use_custom_user_dir``| - macOS: ``~/Library/Application Support/[project_name]`` |
| project setting is true) | - Linux: ``~/.local/share/[project_name]`` |
+------------------------------+----------------------------------------------------------------+