From ebc4e32a8e9b4be88cfb49a459b0ab8b5c4ef695 Mon Sep 17 00:00:00 2001 From: Andrew Conrad Date: Mon, 29 Feb 2016 23:21:58 -0600 Subject: [PATCH] Correct full to fool in "File system" --- tutorials/step_by_step/filesystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/step_by_step/filesystem.rst b/tutorials/step_by_step/filesystem.rst index 3c6d6f8c..47d6c6ef 100644 --- a/tutorials/step_by_step/filesystem.rst +++ b/tutorials/step_by_step/filesystem.rst @@ -107,5 +107,5 @@ on other platforms, such as Linux, Android, etc. This may also apply to exported which use a compressed package to store all files. It is recommend that your team clearly defines a naming convention for files when -working with Godot! One simple full-proof convention is to only allow lowercase +working with Godot! One simple fool-proof convention is to only allow lowercase file and path names.