mirror of
https://github.com/golang/go
synced 2024-11-22 00:14:42 -07:00
doc/go_spec: fix typo
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5990043
This commit is contained in:
parent
4b943bded8
commit
8374e67876
@ -5401,7 +5401,7 @@ type ArbitraryType int // shorthand for an arbitrary Go type; it is not a real
|
||||
type Pointer *ArbitraryType
|
||||
|
||||
func Alignof(variable ArbitraryType) uintptr
|
||||
func Offsetof(selector ArbitraryType) uinptr
|
||||
func Offsetof(selector ArbitraryType) uintptr
|
||||
func Sizeof(variable ArbitraryType) uintptr
|
||||
</pre>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user