From 6f598a69723abf2bce1c85cf6989348efdf99e07 Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Mon, 10 Jan 2022 10:49:12 +0000 Subject: [PATCH] Fix formatting regex comment --- ql/lib/semmle/go/StringOps.qll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ql/lib/semmle/go/StringOps.qll b/ql/lib/semmle/go/StringOps.qll index 130d7d83b3f..70f83328c05 100644 --- a/ql/lib/semmle/go/StringOps.qll +++ b/ql/lib/semmle/go/StringOps.qll @@ -170,8 +170,7 @@ module StringOps { module Formatting { /** * Gets a regular expression for matching simple format-string components, including flags, - * width and precision specifiers, but not including `*` specifiers or explicit argument - * indices. + * width and precision specifiers, not including explicit argument indices. */ pragma[noinline] private string getFormatComponentRegex() {