Skip to content

Commit

Permalink
correct documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
logrusorgru committed Oct 8, 2022
1 parent 836631a commit 03b354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperlinks.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func unhex(c byte) byte {
}

// HyperlinkEscape escapes all symbols of given string out of [32; 126] range
// using URL-encoding. Used to escape a hyperlink target.
// using URL-encoding. Can be used to escape a hyperlink target.
func HyperlinkEscape(s string) string {

var hexCount int
Expand Down

0 comments on commit 03b354f

Please sign in to comment.