Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
armughan11 committed Sep 28, 2023
1 parent cacadbe commit 4ecb46e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void testSwitchExprNullCase() {
" a,",
" b,",
" }",
" // NOTE: we should report a bug here for nullableEn but cannot do so until",
" // NOTE: we should report a bug here for nullableEnum but cannot do so until",
" // Error Prone supports matching switch expressions",
" static Object handleNullableEnum(@Nullable NullableEnum nullableEnum) {",
" return switch (nullableEnum) {",
Expand Down

0 comments on commit 4ecb46e

Please sign in to comment.