mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-20 14:36:57 +00:00
28c2606be7
Current wording "to preserve whole words" suggests setting the argument to ``true`` preserves words. However, the parameter is ``$cut`` (defaults to ``true`` for cutting at exact length), and ``false`` is required to preserve whole words.