Skip to content

Commit

Permalink
[diagnostic] Use "compile time" for consistency instead of "compile-t…
Browse files Browse the repository at this point in the history
…ime"
  • Loading branch information
9rnsr committed Oct 23, 2014
1 parent 084a065 commit 7565650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpret.c
Expand Up @@ -6125,7 +6125,7 @@ class Interpreter : public Visitor
}
else
{
e->error("%s is not a compile-time boolean expression", e1->toChars());
e->error("%s is not a compile time boolean expression", e1->toChars());
result = EXP_CANT_INTERPRET;
return;
}
Expand Down

0 comments on commit 7565650

Please sign in to comment.