From 24b3133e0cce6a36e5727fdb393efa2cc4379de4 Mon Sep 17 00:00:00 2001 From: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com> Date: Tue, 24 Mar 2020 17:53:51 +0100 Subject: [PATCH] Fix error in Qldoc --- ql/src/semmle/go/security/FlowSources.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { }