Browse Source

Merge pull request #246 from ardanees-jatali/patch-1

Possible Typo
Rémi Verschelde 9 years ago
parent
commit
3bfc490fd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/step_by_step/filesystem.rst

+ 1 - 1
tutorials/step_by_step/filesystem.rst

@@ -27,7 +27,7 @@ included. If a resource has sub-resources that are built-in, the resource is
 saved in a single file together with all the bundled sub-resources. For
 saved in a single file together with all the bundled sub-resources. For
 example, a font resource is often bundled together with the font textures.
 example, a font resource is often bundled together with the font textures.
 
 
-In general the the Godot file system avoids using metadata files. The reason for
+In general the Godot file system avoids using metadata files. The reason for
 this is simple, existing asset managers and VCSs are just much better than
 this is simple, existing asset managers and VCSs are just much better than
 anything we can implement, so Godot tries the best to play along with SVN,
 anything we can implement, so Godot tries the best to play along with SVN,
 Git, Mercurial, Perforce, etc.
 Git, Mercurial, Perforce, etc.