summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-11 09:05:59 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-11 09:05:59 -0400
commite77eb348899dca9a071f7c674cca4ea2bcc238c8 (patch)
treec2f8c13127db0f82a2f5e4b7849eb7ad7b3ac8fb /doc.go
parent1e84d9be144408bfdbb95582191158acd1805c74 (diff)
Expanded documentation
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc.go b/doc.go
index 339534b..abb8518 100644
--- a/doc.go
+++ b/doc.go
@@ -98,11 +98,11 @@ of information. It includes a forum and FAQ.
However, some internal changes have been made. Page content is built up using
buffers (of type bytes.Buffer) rather than repeated string concatenation.
Errors are handled as explained above rather than panicking. Output is
-generated through an interface of type io.WriteCloser. A number of the original
-PHP methods behave differently based on the type of the arguments that are
-passed to them; in these cases additional methods have been exported to provide
-similar functionality. Font definition files are produced in JSON rather than
-PHP.
+generated through an interface of type io.Writer or io.WriteCloser. A number of
+the original PHP methods behave differently based on the type of the arguments
+that are passed to them; in these cases additional methods have been exported
+to provide similar functionality. Font definition files are produced in JSON
+rather than PHP.
Tutorials