Commit 8374e678 authored by Hong Ruiqi's avatar Hong Ruiqi Committed by David Symonds

doc/go_spec: fix typo

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5990043
parent 4b943bde
...@@ -5401,7 +5401,7 @@ type ArbitraryType int // shorthand for an arbitrary Go type; it is not a real ...@@ -5401,7 +5401,7 @@ type ArbitraryType int // shorthand for an arbitrary Go type; it is not a real
type Pointer *ArbitraryType type Pointer *ArbitraryType
func Alignof(variable ArbitraryType) uintptr func Alignof(variable ArbitraryType) uintptr
func Offsetof(selector ArbitraryType) uinptr func Offsetof(selector ArbitraryType) uintptr
func Sizeof(variable ArbitraryType) uintptr func Sizeof(variable ArbitraryType) uintptr
</pre> </pre>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment