two small doc fixes from docteam

Co-Authored-By: shati-patel <42641846+shati-patel@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2019-10-04 11:20:56 +02:00
committed by Erik Krogh Kristensen
parent c6918ef38e
commit 5ce356f509

View File

@@ -31,8 +31,8 @@ clearly an error.
<sample src="examples/UseOfReturnlessFunction.js" />
<p>
The program can be fixed either removing the use of the value returned by
<code>renderText</code>, or by changing the <code>renderText</code> method
The program can be fixed either by removing the use of the value returned by
<code>renderText</code>, or by changing the <code>renderText</code> function
to return an expression.
</p>