Jelajahi Sumber

Add a missing comma to data_paths

Add a missing comma to data_paths.
corrigentia 6 tahun lalu
induk
melakukan
2d71f183a9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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``.