Skip to content

Commit

Permalink
_content/doc/go1.24: improve hash/maphash release notes
Browse files Browse the repository at this point in the history
Don't refer to identifiers, which are not present in the release
notes.

For golang/go#68545.

Change-Id: I7a9e5f1e024995c32247313d2c83f98b96327609
Reviewed-on: https://go-review.googlesource.com/c/website/+/634797
Reviewed-by: David Chase <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
cherrymui committed Dec 10, 2024
1 parent 622d048 commit 6a17f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _content/doc/go1.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,8 @@ The values returned by [`New32`](/pkg/hash/fnv#New32), [`New32a`](/pkg/hash/fnv#

#### [`hash/maphash`](/pkg/hash/maphash/)

New function [`Comparable`](/pkg/hash/maphash#Comparable) returns the hash of comparable value v.
New function [`WriteComparable`](/pkg/hash/maphash#WriteComparable) adds x to the data hashed by [`Hash`](/pkg/hash/maphash#Hash).
New function [`Comparable`](/pkg/hash/maphash#Comparable) returns the hash of a comparable value.
New function [`WriteComparable`](/pkg/hash/maphash#WriteComparable) adds a comparable value to the data hashed by a [`Hash`](/pkg/hash/maphash#Hash).

#### [`log/slog`](/pkg/log/slog/)

Expand Down

0 comments on commit 6a17f90

Please sign in to comment.