Skip to content

Commit

Permalink
Align with HTML: replace "form data set" with "entry list"
Browse files Browse the repository at this point in the history
  • Loading branch information
tkent-google authored and annevk committed May 28, 2018
1 parent 62b1bf8 commit 5e7cb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xhr.bs
Expand Up @@ -1792,7 +1792,7 @@ constructor must run these steps:
<li><p>Let <var>fd</var> be a new {{FormData}} object.

<li><p>If <var>form</var> is given, then set <var>fd</var>'s <a for=FormData>entry list</a> to the
result of <a>constructing the form data set</a> for <var>form</var>.
result of <a>constructing the entry list</a> for <var>form</var>.

<li><p>Return <var>fd</var>.
</ol>
Expand Down

0 comments on commit 5e7cb0a

Please sign in to comment.