Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Jun 29, 2020
1 parent ddc2b50 commit d4a3262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class EitherGet
defaultLevel = Levels.Error,
description = "Checks for use of .get on Left or Right projection.",
explanation =
"Method .get on a Left and a Right projection in deprecated since 2.13, use Either.getOrElse or Either.swap.getOrElse instead."
"Method .get on a Left and a Right projection is deprecated since 2.13, use Either.getOrElse or Either.swap.getOrElse instead."
) {

def inspector(context: InspectionContext): Inspector =
Expand Down

0 comments on commit d4a3262

Please sign in to comment.