From 3282d8f429dcc1d92af65da571042eaca6127183 Mon Sep 17 00:00:00 2001 From: follower Date: Sun, 14 Apr 2019 17:49:46 +1200 Subject: [PATCH] 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. --- development/cpp/custom_modules_in_cpp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cpp/custom_modules_in_cpp.rst b/development/cpp/custom_modules_in_cpp.rst index 43aa22f99..6c1b80a70 100644 --- a/development/cpp/custom_modules_in_cpp.rst +++ b/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* **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 module as shared library (for development) or as a part of the Godot binary