Skip to content

Commit

Permalink
Editorial: use Oxford spelling for behaviour (tc39#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and ljharb committed May 28, 2020
1 parent 7479ade commit d6ee7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -14104,7 +14104,7 @@ <h1>Runtime Semantics: HostGetImportMetaProperties ( _moduleRecord_ )</h1>
<h1>Runtime Semantics: HostFinalizeImportMeta ( _importMeta_, _moduleRecord_ )</h1>
<p>HostFinalizeImportMeta is an implementation-defined abstract operation that allows hosts to perform any extraordinary operations to prepare the object returned from `import.meta`.</p>

<p>Most hosts will be able to simply define HostGetImportMetaProperties, and leave HostFinalizeImportMeta with its default behavior. However, HostFinalizeImportMeta provides an "escape hatch" for hosts which need to directly manipulate the object before it is exposed to ECMAScript code.</p>
<p>Most hosts will be able to simply define HostGetImportMetaProperties, and leave HostFinalizeImportMeta with its default behaviour. However, HostFinalizeImportMeta provides an "escape hatch" for hosts which need to directly manipulate the object before it is exposed to ECMAScript code.</p>

<p>The implementation of HostFinalizeImportMeta must conform to the following requirements:</p>
<ul>
Expand Down

0 comments on commit d6ee7dd

Please sign in to comment.