aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2024-06-12 13:17:59 -0400
committerDmitri Shuralyov <dmitshur@golang.org>2024-06-12 18:56:34 +0000
commit97bc577812592c2bc40bd1f2bc0d78c5d8281ff6 (patch)
treef18f9fded1c8605f61fd92a6c4f79878922f8927
parent3622ad9705983b799aa189e052bdd38dd0755965 (diff)
downloadgo-97bc577812592c2bc40bd1f2bc0d78c5d8281ff6.tar.xz
doc/next: improve description of proposal 61308
For #61308. For #65614. Change-Id: I36b4f2392075d5a3fb9f53a28bd19b997e7be363 Reviewed-on: https://go-review.googlesource.com/c/go/+/592197 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/next/6-stdlib/99-minor/reflect/61308.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/next/6-stdlib/99-minor/reflect/61308.md b/doc/next/6-stdlib/99-minor/reflect/61308.md
index ed21ec3a37..ec24655dce 100644
--- a/doc/next/6-stdlib/99-minor/reflect/61308.md
+++ b/doc/next/6-stdlib/99-minor/reflect/61308.md
@@ -1,3 +1,3 @@
-The [SliceAt(typ Type, p unsafe.Pointer, len int)] function
-returns a Value representing a slice whose underlying array starts
-at p and whose length and capacity are len. \ No newline at end of file
+The new [SliceAt] function is analogous to [NewAt], but for slices.
+
+The [Value.Pointer] and [Value.UnsafePointer] methods now support values of kind [String].