Skip to content

Commit ba5576e

Browse files
committed
Fix typo.
git-svn-id: https://nemerle.googlecode.com/svn/nemerle/trunk@9906 c8a6711f-211a-0410-a8d5-2f220496d6d1
1 parent 7593b5b commit ba5576e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ncc/typing/Typer-PatternTyper.n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ namespace Nemerle.Compiler
368368
{
369369
if (pats.Length == 0)
370370
{
371-
ReportError(messenger, $"pattern can't matches 0 values.");
371+
ReportError(messenger, "pattern can't matchs 0 values.");
372372
Pattern.Error()
373373
}
374374
else

0 commit comments

Comments
 (0)