From 45a483adadf8c2d29e885960e8ac01d35580f130 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 25 Sep 2023 08:45:42 +0200 Subject: [PATCH] Editorial: remove duplicate "is" Fixes #790. --- url.bs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/url.bs b/url.bs index 21de79a6..835e5326 100644 --- a/url.bs +++ b/url.bs @@ -2229,8 +2229,8 @@ and then runs these steps: base's scheme is url's scheme:
    -
  1. Assert: base is is special (and therefore does not - have an opaque path). +

  2. Assert: base is special (and therefore does not have + an opaque path).

  3. Set state to special relative or authority state.

@@ -3980,6 +3980,7 @@ this standard what it is today. Adam Barth, Addison Phillips, Adrián Chaves, +Adrien Ricciardi, Albert Wiersch, Alex Christensen, Alexis Hunt,