Skip to content

Commit

Permalink
Make [[RequestedLocales]] an Array
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Apr 26, 2024
1 parent fa588b6 commit d2814d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ contributors: Eemeli Aro
1. Let _userFunctions_ be ? Get(_options_, *"functions"*).
1. Let _functions_ be ? GetMessageFunctions(_userFunctions_).
1. Set _messageFormat_.[[MessageData]] to _msgData_.
1. Set _messageFormat_.[[RequestedLocales]] to _requestedLocales_.
1. Set _messageFormat_.[[RequestedLocales]] to CreateArrayFromList(_requestedLocales_).
1. Set _messageFormat_.[[LocaleMatcher]] to _matcher_.
1. Set _messageFormat_.[[Functions]] to _functions_.
1. Return _messageFormat_.
Expand Down

0 comments on commit d2814d1

Please sign in to comment.