From 702949104cb11257ff6ac17e0e92899a2aa35c38 Mon Sep 17 00:00:00 2001 From: Bonfi96 Date: Wed, 1 Jun 2016 15:05:45 +0200 Subject: [PATCH] Corrected a typo At line 49, from "This means, that a for a singleton named "playervariables", any node can access it by requesting" to "This means, that for a singleton named "playervariables", any node can access it by requesting" --- tutorials/step_by_step/singletons_autoload.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/step_by_step/singletons_autoload.rst b/tutorials/step_by_step/singletons_autoload.rst index f853e9ba4..c3711f373 100644 --- a/tutorials/step_by_step/singletons_autoload.rst +++ b/tutorials/step_by_step/singletons_autoload.rst @@ -46,7 +46,7 @@ loaded. .. image:: /img/singleton.png -This means, that a for a singleton named "playervariables", any node can +This means, that for a singleton named "playervariables", any node can access it by requesting: ::