We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e8e4c commit 081f321Copy full SHA for 081f321
go/ql/lib/semmle/go/Packages.qll
@@ -34,10 +34,10 @@ class Package extends @package {
34
}
35
36
/**
37
- * Gets a regex which matches major version suffixes.
+ * Gets a regex that matches major version suffixes.
38
*
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).
+ * For example, this will match "/v2" followed by the end of the string or a "/"
+ * (but it won't include the end of the string or the "/" in the match).
41
*/
42
string majorVersionSuffixRegex() { result = "[./]v\\d+(?=$|/)" }
43
0 commit comments