浏览代码

Add a missing comma to data_paths

Add a missing comma to data_paths.
corrigentia 6 年之前
父节点
当前提交
2d71f183a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 For the sake of supporting as many platforms as possible, Godot only
 accepts UNIX-style path separators (``/``). These work on all
 accepts UNIX-style path separators (``/``). These work on all
-platforms including Windows.
+platforms, including Windows.
 
 
 A path like ``C:\Projects`` will become ``C:/Projects``.
 A path like ``C:\Projects`` will become ``C:/Projects``.