Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Feb 8, 2017
1 parent 3463673 commit b1e3159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ point <a for=/>URLs</a> from <var>A</var> can come from untrusted sources.

<ul>
<li><p>The <a>host parser</a> takes an arbitrary string and returns either failure or a
<a for=/>host</a>. (This <a for=/>host</a> cannot be an <a>opaque host</a>, those can only be
<a for=/>host</a>. (This <a for=/>host</a> cannot be an <a>opaque host</a>; those can only be
returned through the <a>URL parser</a>.)

<li><p>A <a for=/>host</a> can be seen as the in-memory representation.
Expand Down Expand Up @@ -857,7 +857,7 @@ unified model would be, please file an issue.

<li><p>The <a>URL serializer</a> takes a <a for=/>URL</a> and returns a string. (If that string
is then <a lt="URL parser">parsed</a>, the result will <a for=url>equal</a> the
<a lt="URL serializer">serialized</a> <a for=/>host</a>.)
<a lt="URL serializer">serialized</a> <a for=/>URL</a>.)
</ul>


Expand Down

0 comments on commit b1e3159

Please sign in to comment.