Add a missing comma to data_paths

Add a missing comma to data_paths.
This commit is contained in:
corrigentia
2019-01-03 15:56:26 +02:00
committed by GitHub
parent 13a53c907f
commit 2d71f183a9

View File

@@ -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``.