From da4e07fc2fc47e57ec0ee04f9516e9a79c4daef9 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 4 Jun 2012 14:07:49 +0200 Subject: [PATCH] typo in docs --- source/Ox/js/String.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, '
')