diff options
Diffstat (limited to 'src/bufio')
| -rw-r--r-- | src/bufio/bufio.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bufio/bufio.go b/src/bufio/bufio.go index bbdfad4ba8..da94a2503f 100644 --- a/src/bufio/bufio.go +++ b/src/bufio/bufio.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer +// Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer // object, creating another object (Reader or Writer) that also implements // the interface but provides buffering and some help for textual I/O. package bufio |
