Skip to content

Commit 651e4ee

Browse files
lionel-roweryzokuken
authored andcommitted
Fix typo
1 parent f4cb3db commit 651e4ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.emu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ contributors: Eemeli Aro
173173
1. Let _ctx_ be ? CreateMessageFormatContext(_mf_, _values_, _onError_).
174174
1. Let _msg_ be ? ResolveMessage(_ctx_).
175175
1. Let _result_ be a new empty List.
176-
1. For each element _mv_ of _msg_, do
177-
1. If Type(_mv_) is String, then
176+
1. For each element _el_ of _msg_, do
177+
1. If Type(_el_) is String, then
178178
1. Let _textPart_ be OrdinaryObjectCreate(%Object.prototype%).
179179
1. Perform ! CreateDataPropertyOrThrow(_textPart_, *"type"*, *"text"*).
180180
1. Perform ! CreateDataPropertyOrThrow(_textPart_, *"value"*, _el_).

0 commit comments

Comments
 (0)