promises-aplus / promises-spec

An open standard for sound, interoperable JavaScript promises—by implementers, for implementers.
https://promisesaplus.com/
Creative Commons Zero v1.0 Universal
1.84k stars 171 forks source link

fix: 2.3.3.3.4.1: be specific about what to ignore #267

Open mightyiam opened 6 years ago

mightyiam commented 6 years ago

When I read "it", I wrongly thought "it" refers to either resolvePromise or rejectPromise.

This change should prevent the next possible confusion.

Closes #265