Pārlūkot izejas kodu

Add a missing comma to data_paths

Add a missing comma to data_paths.
corrigentia 6 gadi atpakaļ
vecāks
revīzija
2d71f183a9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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``.