Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0b2d02

Browse files
small doc update
Co-Authored-By: mc <[email protected]>
1 parent 55f2f62 commit b0b2d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/Statements/UseOfReturnlessFunction.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a value.
2222
<example>
2323

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

0 commit comments

Comments
 (0)