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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: qiu laidongfeng2 <2645477756@qq.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
  • 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.