aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf')
-rw-r--r--third_party/protobuf/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/protobuf/README.md b/third_party/protobuf/README.md
index 159719d5e3..207eec076d 100644
--- a/third_party/protobuf/README.md
+++ b/third_party/protobuf/README.md
@@ -4,7 +4,7 @@
1) Fetch the desired protobuf version and copy it in a folder `new_proto` under
`third_party/protobuf`.
2) Bazel uses upstream protobuf from source, except for java, as we currently don't
-build protobuf java when bootstrapping bazel. So instead we use already build jars.
+build protobuf java when bootstrapping bazel. So instead we use pre-built jars.
So build the java proto library from source and in case you cloned an upstream version
of protobuf, remove the .git folders:
```