diff --git a/implementations.md b/implementations.md index b2eb879..247d68d 100644 --- a/implementations.md +++ b/implementations.md @@ -257,7 +257,7 @@ The "Promise Objects" section of the ECMAScript specification has many additiona promesse - A Promises/A+ implementation that tries to be concise using functional style while remaining easy to understand + A Promises/A+ implementation that tries to be very concise using functional style and sacrificing understandability. Probably one of the smallest implementation out there with 87 lines and this is not minified. Arguably this is human-minified :) 1.1