mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
apply suggestion from code review
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
811c175556
commit
462e564c19
@@ -47,7 +47,7 @@ one of the alternatives. As an example, the regular expression
|
||||
</p>
|
||||
|
||||
<p>
|
||||
When checking for a domain name with subdomains, it is important to anchor the regular expression
|
||||
When checking for a domain name that may have subdomains, it is important to anchor the regular expression
|
||||
or ensure that the domain name is prefixed with a dot.
|
||||
</p>
|
||||
<sample src="MissingRegexpAnchorGoodDomain.go"/>
|
||||
|
||||
Reference in New Issue
Block a user