Browse Source

Minor typo/grammar fix: "you" -> "your"

Although I suspect this could be better written as something like:

> **Note**: You have to ``export`` the environment variable otherwise
> you won't be able to play your project from within the editor.
follower 6 years ago
parent
commit
3282d8f429
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/cpp/custom_modules_in_cpp.rst

+ 1 - 1
development/cpp/custom_modules_in_cpp.rst

@@ -303,7 +303,7 @@ during runtime with the ``LD_LIBRARY_PATH`` environ variable:
     user@host:~/godot$ ./bin/godot*
     user@host:~/godot$ ./bin/godot*
 
 
 **note**: Pay attention you have to ``export`` the environ variable otherwise
 **note**: Pay attention you have to ``export`` the environ variable otherwise
-you won't be able to play you project from within the editor.
+you won't be able to play your project from within the editor.
 
 
 On top of that, it would be nice to be able to select whether to compile our
 On top of that, it would be nice to be able to select whether to compile our
 module as shared library (for development) or as a part of the Godot binary
 module as shared library (for development) or as a part of the Godot binary