From 4f9734df0f0a6c711d3bd2dda96a4cfc99bc593a Mon Sep 17 00:00:00 2001 From: Nicolas Kaiser Date: Sat, 24 Nov 2012 13:36:13 +0100 Subject: [PATCH] Fix misspelled "its" --- examples/reading-files/reading-files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reading-files/reading-files.go b/examples/reading-files/reading-files.go index 59255bf..918c612 100644 --- a/examples/reading-files/reading-files.go +++ b/examples/reading-files/reading-files.go @@ -67,7 +67,7 @@ func main() { check(err) // 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 // reading methods it provides. r4 := bufio.NewReader(f)