mirror of https://github.com/golang/go.git
update spec to io.Writer
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=28528 CL=28531
This commit is contained in:
parent
1a304e1d93
commit
fb24d792da
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue