Re: [whatwg/encoding] Editorial: separate `TextDecoderStream` constructor to two algos (PR #364)

@MattiasBuelens commented on this pull request.



>  
- <li><p>Set <a>this</a>'s <a for=TextDecoderCommon>ignore BOM</a> to
- <var>options</var>["{{TextDecoderOptions/ignoreBOM}}"].
+ <li><p>Call <a>set up a text decoder stream</a> with <a>this</a>, <var>encoding</var>, <var>errorMode</var>, and <var>ignoreBOM</var>.

Nit-pick: drop the "call".

```suggestion
 <li><p><a>Set up a text decoder stream</a> with <a>this</a>, <var>encoding</var>, <var>errorMode</var>, and <var>ignoreBOM</var>.
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/pull/364#pullrequestreview-4320340131
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/encoding/pull/364/review/4320340131@github.com>

Received on Tuesday, 19 May 2026 15:23:22 UTC