Small fixes to function help

This commit is contained in:
nyalldawson 2013-05-11 19:13:20 +10:00
parent 167cc95e35
commit c07b2cc498
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.-->