From 60ebda1ab2f93f0e4789ff746851e932890d916c Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 25 Mar 2024 15:32:42 +0100 Subject: [PATCH] Editorial: greater than or equal to This makes the prior commit consistent with the rest of the document. (I incorrectly amended Jean-Yves' commit.) --- mimesniff.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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