From 0ab71cc065c0ce70d7df8bf498723b5a1c7a89c1 Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Wed, 25 May 2022 22:34:37 +0900 Subject: [PATCH] doc/go1.19: fix reflect pkg link and "a" section Change-Id: Ica05b2b699d8f6383c713460a473ccf753bc78c0 Reviewed-on: https://go-review.googlesource.com/c/go/+/408494 Reviewed-by: Ian Lance Taylor Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Run-TryBot: Dmitri Shuralyov TryBot-Result: Gopher Robot --- doc/go1.19.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index af6f3c1efa..155dcc44aa 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -300,8 +300,8 @@ Do not send CLs removing the interior tags from such phrases.
reflect

- reflect.SliceHeader - and reflect.StringHeader + SliceHeader + and StringHeader are now deprecated, and their use should be avoided.