double spaces to single ones

This commit is contained in:
euromark 2012-12-22 23:48:15 +01:00
parent a8bd7c6678
commit b811afbc44
133 changed files with 654 additions and 654 deletions

View file

@ -320,7 +320,7 @@ class String {
*
* ### Options
*
* - `width` The width to wrap to. Defaults to 72
* - `width` The width to wrap to. Defaults to 72
* - `wordWrap` Only wrap on words breaks (spaces) Defaults to true.
* - `indent` String to indent with. Defaults to null.
* - `indentAt` 0 based index to start indenting at. Defaults to 0.