Commit 896c8f4e authored by Robert Griesemer's avatar Robert Griesemer

- fixed a typo

SVN=120165
parent d4aa5c0b
......@@ -1237,7 +1237,7 @@ initial values.
For instance,
type S struct { a int; b float }
new(int32)
new(S)
allocates storage for an S, initializes it (a=0, b=0.0), and returns a
value of type *S pointing to that storage.
......
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