Skip to content

Commit

Permalink
fix typo in NamedLikeContextualKeyword's doc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544733326
  • Loading branch information
java-team-github-bot authored and Error Prone Team committed Jun 30, 2023
1 parent ea01002 commit 6d9915e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bugpattern/NamedLikeContextualKeyword.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Change problematic names for classes and methods.
```java
class Foo {
...
// This can clash with the contextual keyboard "yield"
// This can clash with the contextual keyword "yield"
void yield() {
...
}
Expand Down

0 comments on commit 6d9915e

Please sign in to comment.