1
0
mirror of https://github.com/golang/go synced 2024-11-25 00:57:59 -07:00

spec: fix typo in go_spec.html

insted -> instead
This commit is contained in:
Ikko Ashimine 2022-03-31 22:18:03 +09:00 committed by GitHub
parent 821420d6bb
commit e32f909723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7926,7 +7926,7 @@ func Slice(ptr *ArbitraryType, len IntegerType) []ArbitraryType
<!--
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.
-->