doc: fix typo

Change-Id: Ie639fe39b83336c0d885cdcb2fddc06f2b06c2dd
GitHub-Last-Rev: b5cc78ad42
GitHub-Pull-Request: golang/go#57082
Reviewed-on: https://go-review.googlesource.com/c/go/+/455196
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Zhizhen He 2022-12-05 17:22:01 +00:00 committed by Gopher Robot
parent f368abb46e
commit 8247b9f17a
1 changed files with 1 additions and 1 deletions

View File

@ -8013,7 +8013,7 @@ func StringData(str string) *byte
<!--
These conversions also apply to type parameters with suitable core types.
Determine if we can simply use core type insted of underlying type here,
Determine if we can simply use core type instead of underlying type here,
of if the general conversion rules take care of this.
-->