Skip to content

Commit

Permalink
One more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
svavahb committed Sep 20, 2022
1 parent 207a3f2 commit b477ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error-prone-contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Refaster's expressiveness:
- Extend Refaster to drop imports that become unnecessary as a result of a
refactoring. This e.g. allows one to replace a statically import TestNG
`fail(...)` invocation with a statically imported equivalent AssertJ
`fail(...)` invocation. (Observe that without an impor cleanup this
`fail(...)` invocation. (Observe that without an import cleanup this
replacement would cause a compilation error.)
- Extend the `@Repeated` match semantics such that it also covers non-varargs
methods. For a motivating example see google/error-prone#568.
Expand Down

0 comments on commit b477ec3

Please sign in to comment.