Skip to content

Commit d578c74

Browse files
author
Esben Sparre Andreasen
committed
JS: docstring cleanup
1 parent 0da14fc commit d578c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/NodeJSLib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ module NodeJSLib {
502502
}
503503

504504
/**
505-
* A data flow node that is an HTTP or HTTPS client request made by a Node.js server, for example `http.request(url)`.
505+
* A data flow node that is an HTTP or HTTPS client request made by a Node.js application, for example `http.request(url)`.
506506
*/
507507
abstract class NodeJSClientRequest extends DataFlow::DefaultSourceNode {
508508

0 commit comments

Comments
 (0)