Skip to content

Commit 081f321

Browse files
owen-mcaschackmull
andcommitted
Accept review suggestion fixing a comment
Co-authored-by: Anders Schack-Mulligen <[email protected]>
1 parent d4e8e4c commit 081f321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go/ql/lib/semmle/go/Packages.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ class Package extends @package {
3434
}
3535

3636
/**
37-
* Gets a regex which matches major version suffixes.
37+
* Gets a regex that matches major version suffixes.
3838
*
39-
* For example, this will match "/v2" followed by the end of a string or a "/"
40-
* (but it won't include the end of the strong or the "/" in the match).
39+
* For example, this will match "/v2" followed by the end of the string or a "/"
40+
* (but it won't include the end of the string or the "/" in the match).
4141
*/
4242
string majorVersionSuffixRegex() { result = "[./]v\\d+(?=$|/)" }
4343

0 commit comments

Comments
 (0)