From 1a747dd8be406829691a3a4b50fffa6794cf27a0 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Tue, 2 Jun 2026 00:39:25 +0100 Subject: [PATCH] (Trivial) Fix QLDoc grammar --- go/ql/lib/semmle/go/Concepts.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/ql/lib/semmle/go/Concepts.qll b/go/ql/lib/semmle/go/Concepts.qll index f511bb8ac8d..30214914952 100644 --- a/go/ql/lib/semmle/go/Concepts.qll +++ b/go/ql/lib/semmle/go/Concepts.qll @@ -438,7 +438,7 @@ private class HeuristicLoggerFunction extends Method { /** * A call to an interface that looks like a logger. It is common to use a - * locally-defined interface for logging to make it easy to changing logging + * locally-defined interface for logging to make it easy to change logging * library. */ private class HeuristicLoggerCall extends LoggerCall::Range, DataFlow::CallNode {