aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/golang.org/x/text/unicode/norm/readwriter.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/text/unicode/norm/readwriter.go')
-rw-r--r--vendor/golang.org/x/text/unicode/norm/readwriter.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/golang.org/x/text/unicode/norm/readwriter.go b/vendor/golang.org/x/text/unicode/norm/readwriter.go
index d926ee9..b38096f 100644
--- a/vendor/golang.org/x/text/unicode/norm/readwriter.go
+++ b/vendor/golang.org/x/text/unicode/norm/readwriter.go
@@ -60,8 +60,8 @@ func (w *normWriter) Close() error {
60} 60}
61 61
62// Writer returns a new writer that implements Write(b) 62// Writer returns a new writer that implements Write(b)
63// by writing f(b) to w. The returned writer may use an 63// by writing f(b) to w. The returned writer may use an
64// an internal buffer to maintain state across Write calls. 64// internal buffer to maintain state across Write calls.
65// Calling its Close method writes any buffered data to w. 65// Calling its Close method writes any buffered data to w.
66func (f Form) Writer(w io.Writer) io.WriteCloser { 66func (f Form) Writer(w io.Writer) io.WriteCloser {
67 wr := &normWriter{rb: reorderBuffer{}, w: w} 67 wr := &normWriter{rb: reorderBuffer{}, w: w}