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

Skip to content

Commit ea507db

Browse files
committed
JS: Fix a qldoc comment
1 parent a697a1b commit ea507db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Provides classes for modelling the client-side of a URL request.
33
*
44
* Subclass `ClientRequest` to refine the behavior of the analysis on existing client requests.
5-
* Subclass `CustomClientRequest` to introduce new kinds of client requests.
5+
* Subclass `ClientRequest::Range` to introduce new kinds of client requests.
66
*/
77

88
import javascript

0 commit comments

Comments
 (0)