Fix misspelled "its"
This commit is contained in:
parent
b8840aa19d
commit
4f9734df0f
@ -67,7 +67,7 @@ func main() {
|
|||||||
check(err)
|
check(err)
|
||||||
|
|
||||||
// The `bufio` package implements a buffered
|
// The `bufio` package implements a buffered
|
||||||
// reader that may be useful both for it's efficiency
|
// reader that may be useful both for its efficiency
|
||||||
// with many small reads and because of the additional
|
// with many small reads and because of the additional
|
||||||
// reading methods it provides.
|
// reading methods it provides.
|
||||||
r4 := bufio.NewReader(f)
|
r4 := bufio.NewReader(f)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user