summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZhizhen He <hezhizhen.yi@gmail.com>2022-12-05 17:22:01 +0000
committerGopher Robot <gobot@golang.org>2022-12-08 19:06:14 +0000
commit8247b9f17aa28bbd9382b8204b9befa8ceb875e8 (patch)
tree2ce2ec70ba3a67a3f3e3439a349ddd7b56c11aa3 /doc
parentf368abb46e15419c95d3f5933e9344476e1efc2a (diff)
downloadgo-git-8247b9f17aa28bbd9382b8204b9befa8ceb875e8.tar.gz
doc: fix typo
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go_spec.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 3bc610fb02..6d7f90e98d 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -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.
-->