mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Small fixes to function help
This commit is contained in:
parent
167cc95e35
commit
c07b2cc498
@ -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>
|
||||
|
||||
|
@ -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.-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user