docs: fix wording on word_wrap

Based on #142, thanks @luyzdeleon
dev
Andy Meneely 2016-03-17 16:25:08 -04:00
parent e0ed7f0198
commit a768561e91
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ height
wrap wrap
default: ``:word_char`` 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 spacing
default: ``0`` default: ``0``