Merge pull request #71 from intrigus-lgtm/patch-1

Fix error in Qldoc
This commit is contained in:
Max Schaefer
2020-03-24 16:55:22 +00:00
committed by GitHub

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