From 84784342ee58b4743c56191e531c793dbdaf8ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Marie=20de=20Jouvencel?= Date: Wed, 17 Apr 2019 01:41:27 +0200 Subject: [PATCH] updated my lib, updating the description --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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