From fb24d792da87e4f16ac5ad4f3bb85262d789f649 Mon Sep 17 00:00:00 2001
From: Rob Pike
Date: Fri, 8 May 2009 11:21:20 -0700
Subject: [PATCH] update spec to io.Writer
R=rsc
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=28528
CL=28531
---
doc/go_spec.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 28a96549a9..3c98df89c6 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -2305,7 +2305,7 @@ arguments.
Given the function and call
-func Fprintf(f io.Write, format string, args ...)
+func Fprintf(f io.Writer, format string, args ...)
Fprintf(os.Stdout, "%s %d", "hello", 23);
--
2.48.1