| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 60816193c0f53a959db5d20fedc64ad69c71bfe7..819cffec6aa14350fe063c576c3696d03e65d87c 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, \
|
|
|