Add period to mixin error message
This commit is contained in:
parent
af4917a4e6
commit
0e2e5cb8bc
@ -43,7 +43,7 @@ impl Mixin {
|
||||
kind: TokenKind::Symbol(Symbol::OpenCurlyBrace),
|
||||
..
|
||||
}) => FuncArgs::new(),
|
||||
_ => return Err("expected \"{\"".into()),
|
||||
_ => return Err("expected \"{\".".into()),
|
||||
};
|
||||
|
||||
devour_whitespace(toks);
|
||||
|
Loading…
x
Reference in New Issue
Block a user