Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Dec 16, 2019
1 parent f8d3a1c commit 5a3cd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5944,7 +5944,7 @@ with |targetRealm|, |store|, |range|, |kind| and optional |count|, run these ste
1. Let |key| be the result of running [=convert a key to a value=] with |record|'s key.
1. Let |serialized| be |record|'s [=/value=].
1. Let |value| be [=!=] <a abstract-op>StructuredDeserialize</a>(|serialized|, |targetRealm|).
1. [=list/Append=] « |key|, |value| » convered to a [=sequence&lt;any&gt;=] to |list|.
1. [=list/Append=] « |key|, |value| » converted to a [=sequence&lt;any&gt;=] to |list|.

</dl>

Expand Down Expand Up @@ -6027,7 +6027,7 @@ To <dfn>retrieve multiple items from an index</dfn> with
1. Let |indexKey| be the result of running [=convert a key to a value=] with |record|'s key.
1. Let |serialized| be |record|'s [=referenced value=].
1. Let |value| be [=!=] <a abstract-op>StructuredDeserialize</a>(|serialized|, |targetRealm|).
1. [=list/Append=] « |key|, |value|, |indexKey| » convered to a [=sequence&lt;any&gt;=] to |list|.
1. [=list/Append=] « |key|, |value|, |indexKey| » converted to a [=sequence&lt;any&gt;=] to |list|.

</dl>

Expand Down

0 comments on commit 5a3cd5e

Please sign in to comment.