diff --git a/xhr.bs b/xhr.bs index 1bee711..e57afc7 100644 --- a/xhr.bs +++ b/xhr.bs @@ -1792,7 +1792,7 @@ constructor must run these steps:
  • Let fd be a new {{FormData}} object.

  • If form is given, then set fd's entry list to the - result of constructing the form data set for form. + result of constructing the entry list for form.

  • Return fd.