Skip to content

Commit c07b2cc

Browse files
committedMay 12, 2013
Small fixes to function help
1 parent 167cc95 commit c07b2cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎resources/function_help/log-en_US

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This function takes two arguments.
66
<code>log(base, value)</code><br>
77

88
<h4>Arguments</h4>
9-
<code>base</code> - any positive number.
9+
<code>base</code> - any positive number.<br>
1010
<code>value</code> - any positive number.
1111
<br>
1212

‎resources/function_help/right-en_US

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Returns a substring that contains the <i>n</i> rightmost characters of the strin
77
<h4>Arguments</h4>
88
<code>string</code> - is string. The string.
99
<br>
10-
<code>length</code> - is int. The numbder of characters from the right to return.
10+
<code>length</code> - is int. The number of characters from the right to return.
1111

1212
<h4>Example</h4>
1313
<!-- Show example of function.-->

0 commit comments

Comments
 (0)
Please sign in to comment.