Skip to content

Commit

Permalink
docs(AIP-191): remove ambiguity in java_outer_classname (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Feb 29, 2024
1 parent 2bf316d commit 1d8d76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/0191/java-outer-classname.md
Expand Up @@ -31,7 +31,7 @@ package google.example.v1;
option java_package = "com.google.example.v1";
option java_multiple_files = true;
// Needs `option java_outer_classname = "LibraryProto";` or similar.
// Needs `option java_outer_classname = "LibraryProto";`
message Book {}
```
Expand Down

0 comments on commit 1d8d76d

Please sign in to comment.