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

Skip to content

Commit 64bcc10

Browse files
committed
remove redundancy in qhelp
1 parent 666e11a commit 64bcc10

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

javascript/ql/src/Statements/UseOfReturnlessFunction.qhelp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<qhelp>
55
<overview>
66
<p>
7-
JavaScript functions that do not explicitly return a value will implicitly return
8-
<code>undefined</code>. Using the return value from a function that never
9-
explicitly return a value is not an error in itself, but it is a highly
10-
suspicious pattern indicating that some misunderstanding has occurred.
7+
JavaScript functions that do not return any value will implicitly return
8+
<code>undefined</code>. Using the implicit return value from such a function
9+
is not an error in itself, but it is a pattern indicating that some
10+
misunderstanding has occurred.
1111
</p>
1212

1313
</overview>

0 commit comments

Comments
 (0)