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].