Skip to content

Commit

Permalink
Fix typo in Build.scala (scala#19665)
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky authored Feb 10, 2024
2 parents 067ec20 + 25b96a4 commit 6efcdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@ object Build {
private def customMimaReportBinaryIssues(issueFilterLocation: String) = mimaReportBinaryIssues := {
mimaReportBinaryIssues.result.value match {
case Inc(inc: Incomplete) =>
streams.value.log.error(s"\nFilers in $issueFilterLocation are used in this check.\n ")
streams.value.log.error(s"\nFilters in $issueFilterLocation are used in this check.\n ")
throw inc
case Value(v) => v
}
Expand Down

0 comments on commit 6efcdba

Please sign in to comment.