docs: Correct all erroneous swaps of "it's" and "its"

This commit is contained in:
Mark D. Blackwell
2016-08-13 09:09:51 -04:00
committed by digitalcraftsman
parent 8474b9defe
commit be429d2268
3 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ func URLize(uri string) string {
// escape unicode letters
parsedURI, err := url.Parse(sanitized)
if err != nil {
// if net/url can not parse URL it's meaning Sanitize works incorrect
// if net/url can not parse URL it means Sanitize works incorrectly
panic(err)
}
x := parsedURI.String()