aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-02-11 17:17:48 -0800
committerJoshua Haberman <jhaberman@gmail.com>2016-02-11 17:17:48 -0800
commit3ee2e20539294c0baff879d5c5164540c8749a2b (patch)
tree107f6ae86fc18a1a11b6230383d1b7c8007db37c /examples
parentcaf1fb7197ee94c07108fc7cfbca07432b185a28 (diff)
parent86325d7c95af4c82f7531b21c6d845fad8a4a2bb (diff)
downloadprotobuf-3ee2e20539294c0baff879d5c5164540c8749a2b.tar.gz
protobuf-3ee2e20539294c0baff879d5c5164540c8749a2b.tar.bz2
protobuf-3ee2e20539294c0baff879d5c5164540c8749a2b.zip
Merge pull request #1144 from dongjoon-hyun/remove_redundant_the
Remove redundant `the`.
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