Fix error in Qldoc

This commit is contained in:
intrigus-lgtm
2020-03-24 17:53:51 +01:00
committed by GitHub
parent 8dda4bd97f
commit 24b3133e0c

View File

@@ -21,7 +21,7 @@ module UntrustedFlowSource {
/**
* A source of data that is controlled by an untrusted user.
*
* Extend this class to model new APIs. If you want to refine existing API models. If you want to model new APIs,
* Extend this class to model new APIs. If you want to refine existing API models,
* extend `UntrustedFlowSource` instead.
*/
abstract class Range extends DataFlow::Node { }