From 613963454abfcbf366b1b02a24c09a9713e0c125 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 12 Jun 2022 12:36:45 +0300 Subject: [PATCH] notes fixes... Signed-off-by: Alex A. Naanou --- Promise.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Promise.js b/Promise.js index bd36014..e647906 100644 --- a/Promise.js +++ b/Promise.js @@ -100,14 +100,14 @@ object.Constructor('IterablePromise', Promise, { // ] // // This format has several useful features: - // - concatenating packed list results in a packed list + // - concatenating packed lists results in a packed list // - adding an iterable promise (as-is) into a packed list results // in a packed list // // NOTE: in general iterable promises are implicitly immutable, so - // it is not recomended to ever edit this inplace... - // NOTE: we are not isolation any internals to enable users to - // responsibly extend the code. + // it is not recomended to ever edit this in-place... + // NOTE: we are not isolating or "protecting" any internals to + // enable users to responsibly extend the code. __packed: null, // low-level .__packed handlers/helpers...