From fc8e2e871dc92cf63cef23478e830449fce4bb70 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sat, 18 Jul 2020 04:12:54 +0100 Subject: [PATCH] Fix a typo --- java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/README.md b/java/README.md index c4e8e20de598..2e2f95229f46 100644 --- a/java/README.md +++ b/java/README.md @@ -47,7 +47,7 @@ If you are using Gradle, add the following to your `build.gradle` file's depende ``` 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