aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/compiler.rs2
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 '('.");
}
}