Skip to content

Commit

Permalink
Improve wording of "value pairs to iterate over". Fixes https://www.w…
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jun 15, 2015
1 parent 468be05 commit 43bf9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion url.bs
Expand Up @@ -2775,7 +2775,7 @@ otherwise.

<p>The <a>value pairs to iterate over</a> are the
<a lt='URLSearchParams list'>list</a> name-value pairs with the key being
the name and the value the value.
the name and the value being the value.

<p>The <dfn dfn dfn-for=URLSearchParams>stringification behavior</dfn> must return the
<a lt='urlencoded serializer'>serialization</a> of the
Expand Down
2 changes: 1 addition & 1 deletion url.html
Expand Up @@ -4191,7 +4191,7 @@ <h3 class="heading settled" data-level="6.4" id="interface-urlsearchparams"><spa
</p>
<p>The <a data-link-type="dfn" href="https://heycam.github.io/webidl/#dfn-value-pairs-to-iterate-over">value pairs to iterate over</a> are the
<a data-link-type="dfn" href="#concept-urlsearchparams-list">list</a> name-value pairs with the key being
the name and the value the value.
the name and the value being the value.

</p>
<p>The <dfn data-dfn-for="URLSearchParams" data-dfn-type="dfn" data-noexport="" id="stringification-behavior">stringification behavior<a class="self-link" href="#stringification-behavior"></a></dfn> must return the
Expand Down

0 comments on commit 43bf9c2

Please sign in to comment.