We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a618c45 commit 6722979Copy full SHA for 6722979
src/source/dlexer.d
@@ -678,7 +678,7 @@ struct DLexer {
678
import std.format;
679
return getError(
680
t.location,
681
- format!"`%s` is not a valis line directive suffix."(
+ format!"`%s` is not a valid line directive suffix."(
682
t.toString(context))
683
);
684
test/invalid/line_directive_suffix.d
@@ -1,4 +1,4 @@
1
//T error: line_directive_suffix.d:4:18:
2
-//T error: `suffix` is not a valis line directive suffix.
+//T error: `suffix` is not a valid line directive suffix.
3
4
#line 42 "file.d" suffix
0 commit comments