diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/compiler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.rs b/src/compiler.rs index 34af10b..db79d65 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -638,7 +638,7 @@ impl Compiler { } _ => { - error!(self, "Not a valid function call, expected a '!' or a '('."); + error!(self, "Invalid function call. Expected '!' or '('."); } } |
