We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6918ef commit 5ce356fCopy full SHA for 5ce356f
javascript/ql/src/Statements/UseOfReturnlessFunction.qhelp
@@ -31,8 +31,8 @@ clearly an error.
31
<sample src="examples/UseOfReturnlessFunction.js" />
32
33
<p>
34
-The program can be fixed either removing the use of the value returned by
35
-<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
36
to return an expression.
37
</p>
38
0 commit comments