Explorar o código

Add a missing comma to data_paths

Add a missing comma to data_paths.
corrigentia %!s(int64=6) %!d(string=hai) anos
pai
achega
2d71f183a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tutorials/io/data_paths.rst

+ 1 - 1
tutorials/io/data_paths.rst

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