diff --git a/doc/next/6-stdlib/99-minor/reflect/62121.md b/doc/next/6-stdlib/99-minor/reflect/62121.md index 8d24eb6a28..f6148ceb60 100644 --- a/doc/next/6-stdlib/99-minor/reflect/62121.md +++ b/doc/next/6-stdlib/99-minor/reflect/62121.md @@ -1,2 +1,3 @@ The new [TypeAssert] function permits converting a [Value] directly to a Go value -of the given type. This is like using a type assertion on the result of [Value.Interface]. +of the given type. This is like using a type assertion on the result of [Value.Interface], +but avoids unnecessary memory allocations.