From 3060d6838e4a884bcce69b1324fdf203f6604331 Mon Sep 17 00:00:00 2001 From: DeeJayLSP <60024671+DeeJayLSP@users.noreply.github.com> Date: Fri, 4 Jun 2021 01:01:29 -0300 Subject: [PATCH] Fix a typo in Logic preferences At first I thought it was another example of first person usage, but it was just a typo. This replaces a "my" where it should be "may". (cherry picked from commit 81863d0518e6d220284d599c9715e091b75d0166) --- getting_started/workflow/best_practices/logic_preferences.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/workflow/best_practices/logic_preferences.rst b/getting_started/workflow/best_practices/logic_preferences.rst index b4c504c5a..fb83eed9a 100644 --- a/getting_started/workflow/best_practices/logic_preferences.rst +++ b/getting_started/workflow/best_practices/logic_preferences.rst @@ -101,7 +101,7 @@ consider: 3. If one wishes only to 'import' another class resource (script or scene), then using a preloaded constant is often the best course of action. However, - in exceptional cases, one my wish not to do this: + in exceptional cases, one may wish not to do this: 1. If the 'imported' class is liable to change, then it should be a property instead, initialized either using an ``export`` or a ``load`` (and