Skip to content

Commit 7605789

Browse files
committed
Thank you misspell
1 parent 029093d commit 7605789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagstring.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (a byName) Less(i, j int) bool {
3232
return a[i].name < a[j].name
3333
}
3434

35-
// Initialise the sort regexp
35+
// Initialize the sort regexp
3636
var tagStringRegExp = regexp.MustCompile(`(?:^| )([^:"]+):"([^"]*)"`)
3737

3838
// Sort the tags alphabetically, except favor the json tag

0 commit comments

Comments
 (0)