Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 63c212fd6af987b65eebf3b57937811b32957e2f..975b07af521112e0cb2713494a3783d5b15c45c1 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -100,7 +100,7 @@ class CallSite { |
T(CircularStructure, "Converting circular structure to JSON") \ |
T(ConstAssign, "Assignment to constant variable.") \ |
T(ConstructorNonCallable, \ |
- "Class constructors cannot be invoked without 'new'") \ |
+ "Class constructor % cannot be invoked without 'new'") \ |
T(ConstructorNotFunction, "Constructor % requires 'new'") \ |
T(CurrencyCode, "Currency code is required with currency style.") \ |
T(DataViewNotArrayBuffer, \ |