mirror of
https://github.com/golang/go
synced 2024-11-26 04:27:58 -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.
|
// part of the unsafe package. It represents the type of an arbitrary Go expression.
|
||||||
type ArbitraryType int
|
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.
|
// available for type Pointer that are not available for other types.
|
||||||
// 1) A pointer value of any type can be converted to a Pointer.
|
// 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.
|
// 2) A Pointer can be converted to a pointer value of any type.
|
||||||
|
Loading…
Reference in New Issue
Block a user