small doc update

Co-Authored-By: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2019-10-03 17:28:01 +02:00
committed by Erik Krogh Kristensen
parent 55f2f62c7a
commit b0b2d02855

View File

@@ -22,7 +22,7 @@ a value.
<example>
<p>
In the below example the function <code>renderText</code> is used to render
In the example below, the function <code>renderText</code> is used to render
text through side effects, and the function does not return a value.
However, the programmer still uses the return value from
<code>renderText</code> as if the function returned a value, which is clearly