Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f2f62 commit b0b2d02Copy full SHA for b0b2d02
1 file changed
javascript/ql/src/Statements/UseOfReturnlessFunction.qhelp
@@ -22,7 +22,7 @@ a value.
22
<example>
23
24
<p>
25
-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
26
text through side effects, and the function does not return a value.
27
However, the programmer still uses the return value from
28
<code>renderText</code> as if the function returned a value, which is clearly
0 commit comments