From a86a18b24c009a74875d7bc7b513cd887f80c87c Mon Sep 17 00:00:00 2001 From: Erik Date: Sat, 1 Aug 2020 23:55:05 +0900 Subject: [PATCH] Regular updates --- bluebird.md | 2 +- jsdoc.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bluebird.md b/bluebird.md index e6e7b46..f72e952 100644 --- a/bluebird.md +++ b/bluebird.md @@ -18,7 +18,7 @@ promise .spread(okFn, errFn) // * .catch(errFn) .catch(TypeError, errFn) // * - .finally(fn) // * + .finally(fn) .map(function (e) { ··· }) // * .each(function (e) { ··· }) // * ``` diff --git a/jsdoc.md b/jsdoc.md index abeb75d..abbd3c0 100644 --- a/jsdoc.md +++ b/jsdoc.md @@ -135,6 +135,8 @@ This syntax is [TypeScript-specific](https://github.com/Microsoft/TypeScript/wik */ ``` +See the full list: + ### Renaming ```js -- 2.11.0