We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44e352 commit 975191bCopy full SHA for 975191b
mimesniff.bs
@@ -1298,7 +1298,7 @@ use the following steps:
1298
<li>Let <var>index</var> be 0.
1299
<li>Let <var>parsed number</var> be <var>sequence</var>[<var>index</var>] & ~<var>mask</var>.
1300
<li>Increment <var>index</var> by one.
1301
- <li>Let <var>bytes remaining</var> be the value of <var>number size</var>.
+ <li>Let <var>bytes remaining</var> be the value of <var>number size</var> - 1.
1302
<li>
1303
While <var>bytes remaining</var> is not zero, execute there steps:
1304
<ol>
@@ -2949,6 +2949,7 @@ type</dfn>:
2949
David Singer,
2950
Domenic Denicola,
2951
Henri Sivonen,
2952
+ Jean-Yves Avenard,
2953
Jonathan Neal,
2954
Joshua Cranmer,
2955
Larry Masinter,
0 commit comments