Skip to content

Commit

Permalink
rename inner variable
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed May 20, 2020
1 parent f379f54 commit 91bead4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,13 @@ U+005F (_).
<p>For each <var>byte</var> of <var>bytes</var>:

<ol>
<li><p>Let <var>codePoint</var> be a <a for=/>code point</a> whose <a for="code point">value</a>
<li><p>Let <var>isomorph</var> be a <a for=/>code point</a> whose <a for="code point">value</a>
is <var>byte</var>'s <a for=byte>value</a>.

<li><p>Assert: <var>percentEncodeSet</var> includes all non-<a>ASCII code points</a>.

<li><p>If <var>codePoint</var> is not in <var>percentEncodeSet</var>, then append
<var>codePoint</var> to <var>output</var>.
<li><p>If <var>isomorph</var> is not in <var>percentEncodeSet</var>, then append
<var>isomorph</var> to <var>output</var>.

<li><p>Otherwise, <a for=byte>percent-encode</a> <var>byte</var> and append the result to
<var>output</var>.
Expand Down

0 comments on commit 91bead4

Please sign in to comment.