Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ekscrypto authored Apr 11, 2024
1 parent 2ad40da commit fdcb530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ end with .com but allowing any subdomain
}

if let match = PublicSuffixList.match("www.yahoo.com", [["*","com"]]) {
// While yahoo.co matches \*.com and is restricted, there are no
// While yahoo.com matches \*.com and is restricted, there are no
// restrictions for subdomains such as www.yahoo.com
// match.isRestricted == false
// match.prevailingRule == ["*","com"]
Expand Down

0 comments on commit fdcb530

Please sign in to comment.