Commit c117da37 authored by Oling Cat's avatar Oling Cat Committed by David Symonds

unsafe: fix a typo

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6736048
parent e55fdff2
...@@ -11,7 +11,7 @@ package unsafe ...@@ -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.
......
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