From a16f29d6280befcffdab1a88e3ef280d71dbda7e Mon Sep 17 00:00:00 2001 From: Mochii Moth Date: Sun, 17 May 2020 09:37:51 -0400 Subject: [PATCH] Fixed typo Changed "then" into "when" on line 19. --- 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 07ae1077f..b4c504c5a 100644 --- a/getting_started/workflow/best_practices/logic_preferences.rst +++ b/getting_started/workflow/best_practices/logic_preferences.rst @@ -16,7 +16,7 @@ resources while in the middle of performance-sensitive code. Its counterpart, the :ref:`load ` method, loads a resource only when it reaches the load statement. That is, it will load a -resource in-place which can cause slowdowns then it occurs in the middle of +resource in-place which can cause slowdowns when it occurs in the middle of sensitive processes. The ``load`` function is also an alias for :ref:`ResourceLoader.load(path) ` which is accessible to *all* scripting languages.