commit | fc8e2e871dc92cf63cef23478e830449fce4bb70 | [log] [tgz] |
---|---|---|
author | Peter Newman <peternewman@users.noreply.github.com> | Sat Jul 18 04:12:54 2020 +0100 |
committer | Adam Cozzette <acozzette@google.com> | Mon Jul 20 09:02:36 2020 -0700 |
tree | 21947fc25489f0f76a17f39d43944b4b2d74f9ae | |
parent | d4ec70fdd3380e7113e9e3c23cef2bea50dbf2e7 [diff] |
Fix a typo
diff --git a/java/README.md b/java/README.md index c4e8e20..2e2f952 100644 --- a/java/README.md +++ b/java/README.md
@@ -47,7 +47,7 @@ ``` compile 'com.google.protobuf:protobuf-java:3.11.0' ``` -Again, be sure to check that the version number maches (or is newer than) the version number of protoc that you are using. +Again, be sure to check that the version number matches (or is newer than) the version number of protoc that you are using. ### Use Java Protocol Buffers on Android