From a768561e9127999683dc5513d18e93b0d916cc08 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Thu, 17 Mar 2016 16:25:08 -0400 Subject: [PATCH] docs: fix wording on word_wrap Based on #142, thanks @luyzdeleon --- docs/dsl/text.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dsl/text.rst b/docs/dsl/text.rst index 368f8ee..b38b8f6 100644 --- a/docs/dsl/text.rst +++ b/docs/dsl/text.rst @@ -45,7 +45,7 @@ height wrap default: ``:word_char`` - when ``height`` is set, determines the behavior of how the string wraps. The ``:word_char`` option will break at words, but then fall back to characters when the word cannot fit. Options are ``:none``, ``:word``, ``:char``, ``:word_char``. Also: ``true`` is the same as ``:word_char``, ``false`` is the same as ``:none``. + when ``width`` is set, determines the behavior of how the string wraps. The ``:word_char`` option will break at words, but then fall back to characters when the word cannot fit. Options are ``:none``, ``:word``, ``:char``, ``:word_char``. Also: ``true`` is the same as ``:word_char``, ``false`` is the same as ``:none``. spacing default: ``0``