diff --git a/source/Ox/js/String.js b/source/Ox/js/String.js index 22f4df17..7b5a0d08 100644 --- a/source/Ox/js/String.js +++ b/source/Ox/js/String.js @@ -567,7 +567,7 @@ Ox.wordwrap Wrap a string at word boundaries string String length Line length balanced If true, lines will have similar length - newline New line character or string + newline Newline character or string > Ox.wordwrap('Anticonstitutionellement, Paris s\'eveille', 25) 'Anticonstitutionellement, \nParis s\'eveille' > Ox.wordwrap('Anticonstitutionellement, Paris s\'eveille', 25, '
')