Skip to content

Commit ed551ce

Browse files
committed
Fixed a typo
1 parent df261d0 commit ed551ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/MimaBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object MimaBuild {
3232
ProblemFilters.exclude[MissingMethodProblem](fullName),
3333
// Sometimes excluded methods have default arguments and
3434
// they are translated into public methods/fields($default$) in generated
35-
// bytecode. It is not possible to exhustively list everything.
35+
// bytecode. It is not possible to exhaustively list everything.
3636
// But this should be okay.
3737
ProblemFilters.exclude[MissingMethodProblem](fullName+"$default$2"),
3838
ProblemFilters.exclude[MissingMethodProblem](fullName+"$default$1"),

0 commit comments

Comments
 (0)