Skip to content

Commit d200b3f

Browse files
author
Peter Amstutz
committed
Typo fix EMACScript -> ECMAScript
1 parent 619314b commit d200b3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v1.0/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Expressions are denoted by the syntax `$(...)` or `${...}`. A code
322322
fragment wrapped in the `$(...)` syntax must be evaluated as a
323323
[ECMAScript expression](http://www.ecma-international.org/ecma-262/5.1/#sec-11). A
324324
code fragment wrapped in the `${...}` syntax must be evaluated as a
325-
[EMACScript function body](http://www.ecma-international.org/ecma-262/5.1/#sec-13)
325+
[ECMAScript function body](http://www.ecma-international.org/ecma-262/5.1/#sec-13)
326326
for an anonymous, zero-argument function. Expressions must return a valid JSON
327327
data type: one of null, string, number, boolean, array, object. Other return
328328
values must result in a `permanentFailure`. Implementations must permit any

v1.1.0-dev1/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Expressions are denoted by the syntax `$(...)` or `${...}`. A code
323323
fragment wrapped in the `$(...)` syntax must be evaluated as a
324324
[ECMAScript expression](http://www.ecma-international.org/ecma-262/5.1/#sec-11). A
325325
code fragment wrapped in the `${...}` syntax must be evaluated as a
326-
[EMACScript function body](http://www.ecma-international.org/ecma-262/5.1/#sec-13)
326+
[ECMAScript function body](http://www.ecma-international.org/ecma-262/5.1/#sec-13)
327327
for an anonymous, zero-argument function. Expressions must return a valid JSON
328328
data type: one of null, string, number, boolean, array, object. Other return
329329
values must result in a `permanentFailure`. Implementations must permit any

0 commit comments

Comments
 (0)