Skip to content

Commit 5105f5f

Browse files
committedFeb 21, 2014
[expression] fix function help following argument ordering shift
1 parent 1c5228c commit 5105f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎resources/function_help/wordwrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Returns a string wrapped to a maximum/minimum number of characters.
1212

1313
<p><h4>Example</h4>
1414
<!-- Show example of function.-->
15-
wordwrap('UNIVERSITY OF QGIS',' ',13) &rarr; 'UNIVERSITY OF\nQGIS'<br>
16-
wordwrap('UNIVERSITY OF QGIS',' ',-3) &rarr; 'UNIVERSITY\nOF QGIS'</p>
15+
wordwrap('UNIVERSITY OF QGIS',13) &rarr; 'UNIVERSITY OF\nQGIS'<br>
16+
wordwrap('UNIVERSITY OF QGIS',-3) &rarr; 'UNIVERSITY\nOF QGIS'</p>

0 commit comments

Comments
 (0)
Please sign in to comment.