From 6a17f9094e1bba4ff450e70cba11a766f2727e9e Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Mon, 9 Dec 2024 22:17:05 -0500 Subject: [PATCH] _content/doc/go1.24: improve hash/maphash release notes 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 LUCI-TryBot-Result: Go LUCI --- _content/doc/go1.24.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md index 7231b2bcc7..a377eb7d28 100644 --- a/_content/doc/go1.24.md +++ b/_content/doc/go1.24.md @@ -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/)