Skip to content

Commit

Permalink
Fix typo referencing scala. (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgenereu committed May 18, 2020
1 parent 54bd58d commit 81f84c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private FormatterStep createStep() {
}
}

/** If the user hasn't specified the files yet, we'll assume he/she means all of the kotlin files. */
/** If the user hasn't specified the files yet, we'll assume he/she means all of the scala files. */
@Override
protected void setupTask(SpotlessTask task) {
if (target == null) {
Expand Down

0 comments on commit 81f84c0

Please sign in to comment.