JS: docstring cleanup

This commit is contained in:
Esben Sparre Andreasen
2018-09-03 14:12:49 +02:00
parent 0da14fccbd
commit d578c7422d

View File

@@ -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 {