Commit fb24d792 authored by Rob Pike's avatar Rob Pike

update spec to io.Writer

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=28528
CL=28531
parent 1a304e1d
......@@ -2305,7 +2305,7 @@ arguments.
Given the function and call
</p>
<pre>
func Fprintf(f io.Write, format string, args ...)
func Fprintf(f io.Writer, format string, args ...)
Fprintf(os.Stdout, "%s %d", "hello", 23);
</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