Skip to content

Commit

Permalink
all: fix function names in comment
Browse files Browse the repository at this point in the history
Change-Id: I4a262a85ba3eaf7a4a5d742b1b1ebd0b3312979c
Reviewed-on: https://go-review.googlesource.com/c/exp/+/579196
LUCI-TryBot-Result: Go LUCI <[email protected]>
Run-TryBot: shuang cui <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
Reviewed-by: qiu laidongfeng2 <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
  • Loading branch information
cuishuang authored and gopherbot committed Apr 16, 2024
1 parent 93d18d7 commit fe59bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maps/maps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func equalNaN[T comparable](v1, v2 T) bool {
return v1 == v2 || (isNaN(v1) && isNaN(v2))
}

// equalStr compares ints and strings.
// equalIntStr compares ints and strings.
func equalIntStr(v1 int, v2 string) bool {
return strconv.Itoa(v1) == v2
}
Expand Down
2 changes: 1 addition & 1 deletion trace/order.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe59bbe

Please sign in to comment.