Skip to content

Commit

Permalink
fix(compiler): fix typo (#916)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
InversionSpaces authored Sep 28, 2023
1 parent c109f37 commit feb7a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ class TypesInterpreter[S[_], X](using
case 0 => "no values"
case 1 => "a value"
case i => s"$i values"
}} values, but ${results.length match {
}}, but ${results.length match {
case 0 => "none are"
case 1 => "only one is"
case i => s"only $i are"
Expand Down

0 comments on commit feb7a16

Please sign in to comment.