aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-01-14 22:12:03 -0800
committerDongjoon Hyun <dongjoon@apache.org>2016-02-03 15:27:27 -0800
commit7a9040fe7fb2fc436fab15ebd9373de88084d656 (patch)
tree00fd6e6fbd0bb65ddcdd5ee37c8dfbd0497fd685 /examples
parenteb1d156d74fc4742175d6c143e5747772e44a4bb (diff)
downloadprotobuf-7a9040fe7fb2fc436fab15ebd9373de88084d656.tar.gz
protobuf-7a9040fe7fb2fc436fab15ebd9373de88084d656.tar.bz2
protobuf-7a9040fe7fb2fc436fab15ebd9373de88084d656.zip
Remove redundant `the` in comments.
Diffstat (limited to 'examples')
-rw-r--r--examples/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.txt b/examples/README.txt
index e6f30370..b33f8414 100644
--- a/examples/README.txt
+++ b/examples/README.txt
@@ -35,7 +35,7 @@ build with all the other examples. See:
https://github.com/golang/protobuf
for more information about Go protocol buffer support.
-First, install the the Protocol Buffers compiler (protoc).
+First, install the Protocol Buffers compiler (protoc).
Then, install the Go Protocol Buffers plugin
($GOPATH/bin must be in your $PATH for protoc to find it):
go get github.com/golang/protobuf/protoc-gen-go