mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
JS: docstring cleanup
This commit is contained in:
@@ -502,7 +502,7 @@ module NodeJSLib {
|
||||
}
|
||||
|
||||
/**
|
||||
* A data flow node that is an HTTP or HTTPS client request made by a Node.js server, for example `http.request(url)`.
|
||||
* A data flow node that is an HTTP or HTTPS client request made by a Node.js application, for example `http.request(url)`.
|
||||
*/
|
||||
abstract class NodeJSClientRequest extends DataFlow::DefaultSourceNode {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user