We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975191b commit 919f290Copy full SHA for 919f290
mimesniff.bs
@@ -1265,7 +1265,7 @@ algorithm</dfn>:
1265
<li> Let <var>number size</var> be the result
1266
of <a href=#parse-a-vint>parsing a <code>vint</code></a> starting at <var>sequence</var>[<var>iter</var>].
1267
<li> Increment <var>iter</var> by <var>number size</var>.
1268
- <li> If <var>iter</var> is less than <var>length</var> - 4, abort these
+ <li> If <var>iter</var> is equal or greater than <var>length</var> - 4, abort these
1269
steps.
1270
<li> Let <var>matched</var> be the result of <a href=#matching-a-padded-sequence>matching a padded
1271
sequence</a> 0x77 0x65 0x62 0x6D
0 commit comments