aboutsummaryrefslogtreecommitdiff
path: root/content/methods.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/methods.article')
-rw-r--r--content/methods.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/methods.article b/content/methods.article
index ab1d40d..34aa673 100644
--- a/content/methods.article
+++ b/content/methods.article
@@ -343,7 +343,7 @@ Change your `Sqrt` function to return an `ErrNegativeSqrt` value when given a ne
The `io` package specifies the `io.Reader` interface,
which represents the read end of a stream of data.
-The Go standard library contains [[https://golang.org/search?q=Read#Global][many implementations]] of these interfaces, including files, network connections, compressors, ciphers, and others.
+The Go standard library contains [[https://golang.org/search?q=Read#Global][many implementations]] of this interface, including files, network connections, compressors, ciphers, and others.
The `io.Reader` interface has a `Read` method: