JS: Fix a qldoc comment

This commit is contained in:
Asger F
2019-08-02 23:22:25 +01:00
parent a697a1b700
commit ea507db638

View File

@@ -2,7 +2,7 @@
* Provides classes for modelling the client-side of a URL request.
*
* Subclass `ClientRequest` to refine the behavior of the analysis on existing client requests.
* Subclass `CustomClientRequest` to introduce new kinds of client requests.
* Subclass `ClientRequest::Range` to introduce new kinds of client requests.
*/
import javascript