mirror of
https://github.com/golang/go
synced 2024-11-26 00:07:57 -07:00
unsafe: fix a typo
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6736048
This commit is contained in:
parent
e55fdff210
commit
c117da37a2
@ -11,7 +11,7 @@ package unsafe
|
||||
// part of the unsafe package. It represents the type of an arbitrary Go expression.
|
||||
type ArbitraryType int
|
||||
|
||||
// Pointer represents a pointer to an arbitrary type. There are three special operations
|
||||
// Pointer represents a pointer to an arbitrary type. There are four special operations
|
||||
// available for type Pointer that are not available for other types.
|
||||
// 1) A pointer value of any type can be converted to a Pointer.
|
||||
// 2) A Pointer can be converted to a pointer value of any type.
|
||||
|
Loading…
Reference in New Issue
Block a user