From 17677826030a7270b474c5717af43834d583094c Mon Sep 17 00:00:00 2001 From: Matt Wiens Date: Sun, 20 Jan 2019 22:10:56 -0800 Subject: [PATCH] Fix a sentence in docs --- docs/gettingstarted.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 7605047..3f0e560 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -336,9 +336,9 @@ GUI Instances ------------- Sometimes you might feel the need to separate parts of the GUI. Maybe certain -should always be drawn before or after other UI elements, or maybe you don't -want the UI state to "leak" (e.g., from a stacked pause gamestate to the main -gamestate). +UI elements should always be drawn before or after other UI elements, or maybe +you don't want the UI state to "leak" (e.g., from a stacked pause gamestate to +the main gamestate). For this reason, SUIT allows you to create GUI instances::