diff --git a/ql/src/semmle/go/security/FlowSources.qll b/ql/src/semmle/go/security/FlowSources.qll index ccbda7c3bc8..d32e2f42c37 100644 --- a/ql/src/semmle/go/security/FlowSources.qll +++ b/ql/src/semmle/go/security/FlowSources.qll @@ -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 { }