Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index c71e11ba24dd99bb2225576cd8a2e6443a25bd99..b4bea25b2df96f17516a7b73eb519c7939913c45 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -442,7 +442,7 @@ class CallSite { |
T(StrictEvalArguments, "Unexpected eval or arguments in strict mode") \ |
T(StrictFunction, \ |
"In strict mode code, functions can only be declared at top level or " \ |
- "immediately within another function.") \ |
+ "inside a block.") \ |
T(StrictOctalLiteral, "Octal literals are not allowed in strict mode.") \ |
T(StrictWith, "Strict mode code may not include a with statement") \ |
T(StrongArguments, \ |