Skip to content

Commit

Permalink
Small fixes to function help
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 12, 2013
1 parent 167cc95 commit c07b2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/function_help/log-en_US
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This function takes two arguments.
<code>log(base, value)</code><br>

<h4>Arguments</h4>
<code>base</code> - any positive number.
<code>base</code> - any positive number.<br>
<code>value</code> - any positive number.
<br>

Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/right-en_US
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Returns a substring that contains the <i>n</i> rightmost characters of the strin
<h4>Arguments</h4>
<code>string</code> - is string. The string.
<br>
<code>length</code> - is int. The numbder of characters from the right to return.
<code>length</code> - is int. The number of characters from the right to return.

<h4>Example</h4>
<!-- Show example of function.-->
Expand Down

0 comments on commit c07b2cc

Please sign in to comment.