- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 27 Jul 2017 04:16:15 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 July 2017 11:16:37 UTC
annevk commented on this pull request. Looks good, but @bzbarsky should probably verify. > 1. Let |i| be [=!=] [=ToUint32=](|P|). 1. Let |s| be [=!=] [=ToString=](|i|). - 1. If |s| ≠ |P| or |i| = 2<sup>32</sup> − 1, then return <emu-val>false</emu-val>. - 1. Return <emu-val>true</emu-val>. + 1. If |s| is not equal to |P| or |i| = 2<sup>32</sup> − 1, then return false. Replace "=" with "is" given the other replacement? -- 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/386#pullrequestreview-52625279
Received on Thursday, 27 July 2017 11:16:37 UTC