]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo
authorZhizhen He <hezhizhen.yi@gmail.com>
Mon, 5 Dec 2022 17:22:01 +0000 (17:22 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 8 Dec 2022 19:06:14 +0000 (19:06 +0000)
Change-Id: Ie639fe39b83336c0d885cdcb2fddc06f2b06c2dd
GitHub-Last-Rev: b5cc78ad42ee57d77cf027cc5fb6840eb38a0f1b
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>

doc/go_spec.html

index 3bc610fb020ae25cebe447d03c6abd98772c3ce8..6d7f90e98dbb1df978ff9c4f9d339498f8610454 100644 (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.
 -->