typo in docs
This commit is contained in:
parent
df3a0c1c49
commit
da4e07fc2f
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ Ox.wordwrap <f> Wrap a string at word boundaries
|
|||
string <s> String
|
||||
length <n|80> Line length
|
||||
balanced <b|false> If true, lines will have similar length
|
||||
newline <s|'\n'> New line character or string
|
||||
newline <s|'\n'> Newline character or string
|
||||
> Ox.wordwrap('Anticonstitutionellement, Paris s\'eveille', 25)
|
||||
'Anticonstitutionellement, \nParis s\'eveille'
|
||||
> Ox.wordwrap('Anticonstitutionellement, Paris s\'eveille', 25, '<br>')
|
||||
|
|
Loading…
Reference in a new issue