Skip to content

Commit f257c64

Browse files
owen-mcCopilot
andauthored
Fix non-US english by using "parentheses" instead of "brackets"
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 954b1c4 commit f257c64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/ql/lib/codeql/actions/Bash.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ module Bash {
793793
r1 = "\\[([09azAZ_-]+)\\]" and
794794
// The same as above, followed by a quantifier like `+` or `{20}`
795795
r2 = r1 + "(\\+|\\{\\d+\\})" and
796-
// The same as above, possibly with brackets around it
796+
// The same as above, possibly with parentheses around it
797797
r3 = "\\(?" + r2 + "\\)?" and
798798
// The same as above, possibly with a `?` after it
799799
r4 = r3 + "\\??"

0 commit comments

Comments
 (0)