diff options
author | Doga Fincan <doga@icloud.com> | 2020-05-13 07:11:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-05-13 18:04:32 +0000 |
commit | 4b7f84788bfbba98ba56734fa3419894885160eb (patch) | |
tree | 29c73cd4d6e5cd23680d0c026406e2bf0eec1e4b | |
parent | 10cc6f575bc85cafbda92aa7030a8e5c6e486dfe (diff) |
content: correct grammar in package-names.article
Just a small reordering of words.
Change-Id: I6443583e93ea0d0c451564d9bb0ca8efeed96b10
GitHub-Last-Rev: f50b51a54a11df9509bca20d9466e73da9d75977
GitHub-Pull-Request: golang/blog#35
Reviewed-on: https://go-review.googlesource.com/c/blog/+/233677
Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r-- | content/package-names.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/package-names.article b/content/package-names.article index befef60..48c0eb6 100644 --- a/content/package-names.article +++ b/content/package-names.article @@ -140,7 +140,7 @@ in directory `$GOPATH/src/github.com/user/hello`. about the terminology and structure of packages.) **Directories.** -The standard library uses like directories `crypto`, `container`, `encoding`, +The standard library uses directories like `crypto`, `container`, `encoding`, and `image` to group packages for related protocols and algorithms. There is no actual relationship among the packages in one of these directories; a directory just provides a way to arrange the files. |