Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin authored Nov 16, 2023
1 parent 6680df2 commit 5163ead
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ default ScalafixTextEdit[] textEdits() {
* @return True if this patch is atomic, else false.
*/
default boolean isAtomic() {
throw new UnsupportedOperationException("isAtmoic() is not implemented");
throw new UnsupportedOperationException("isAtomic() is not implemented");
}
}

0 comments on commit 5163ead

Please sign in to comment.