mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Add a missing comma to data_paths
Add a missing comma to data_paths.
This commit is contained in:
@@ -8,7 +8,7 @@ Path separators
|
||||
|
||||
For the sake of supporting as many platforms as possible, Godot only
|
||||
accepts UNIX-style path separators (``/``). These work on all
|
||||
platforms including Windows.
|
||||
platforms, including Windows.
|
||||
|
||||
A path like ``C:\Projects`` will become ``C:/Projects``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user