diff --git a/mimesniff.bs b/mimesniff.bs index aeb3509..16cc75a 100644 --- a/mimesniff.bs +++ b/mimesniff.bs @@ -1265,7 +1265,7 @@ algorithm:
  • Let number size be the result of parsing a vint starting at sequence[iter].
  • Increment iter by number size. -
  • If iter is equal or greater than length - 4, abort these +
  • If iter is greater than or equal to length - 4, abort these steps.
  • Let matched be the result of matching a padded sequence 0x77 0x65 0x62 0x6D