| Index: docs/android_accessing_cpp_enums_in_java.md
|
| diff --git a/docs/android_accessing_cpp_enums_in_java.md b/docs/android_accessing_cpp_enums_in_java.md
|
| index 0fb3729c492f2d6a68dee4d11e2630d9bd0b6fff..4cc5fcfb2a16de5066f071b85299676cc713b336 100644
|
| --- a/docs/android_accessing_cpp_enums_in_java.md
|
| +++ b/docs/android_accessing_cpp_enums_in_java.md
|
| @@ -20,7 +20,7 @@ directive (optional)
|
| the `GENERATED_JAVA_PREFIX_TO_STRIP` directive (optional)
|
| * Supports
|
| [`@IntDef`](https://developer.android.com/reference/android/support/annotation/IntDef.html)
|
| -* Copies comments that directly preceed enum entries into the generated Java
|
| +* Copies comments that directly precede enum entries into the generated Java
|
| class
|
|
|
| ## Usage
|
|
|