Re: [heycam/webidl] fix: Remove raw percentage character from ID (#955)

@ExE-Boss commented on this pull request.



> @@ -89,7 +89,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262
         text: %Array.prototype%; url: sec-properties-of-the-array-prototype-object
         text: %Error.prototype%; url: sec-properties-of-the-error-prototype-object
         text: %Function.prototype%; url: sec-properties-of-the-function-prototype-object
-        text: %IteratorPrototype%; url: sec-%iteratorprototype%-object
+        text: %IteratorPrototype%; url: sec-iteratorprototype-object

```suggestion
        text: %IteratorPrototype%; url: sec-%25iteratorprototype%25-object
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/955#pullrequestreview-746310250

Received on Friday, 3 September 2021 16:57:19 UTC