typo in docs

This commit is contained in:
rolux 2012-06-04 14:07:49 +02:00
parent df3a0c1c49
commit da4e07fc2f

View file

@ -567,7 +567,7 @@ Ox.wordwrap <f> Wrap a string at word boundaries
string <s> String string <s> String
length <n|80> Line length length <n|80> Line length
balanced <b|false> If true, lines will have similar 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) > Ox.wordwrap('Anticonstitutionellement, Paris s\'eveille', 25)
'Anticonstitutionellement, \nParis s\'eveille' 'Anticonstitutionellement, \nParis s\'eveille'
> Ox.wordwrap('Anticonstitutionellement, Paris s\'eveille', 25, '<br>') > Ox.wordwrap('Anticonstitutionellement, Paris s\'eveille', 25, '<br>')