OSDN Git Service

Regular updates
authorErik <erikgronwal@users.osdn.me>
Sat, 1 Aug 2020 14:55:05 +0000 (23:55 +0900)
committerErik <erikgronwal@users.osdn.me>
Sat, 1 Aug 2020 14:55:05 +0000 (23:55 +0900)
bluebird.md
jsdoc.md

index e6e7b46..f72e952 100644 (file)
@@ -18,7 +18,7 @@ promise
   .spread(okFn, errFn)        // *
   .catch(errFn)
   .catch(TypeError, errFn)    // *
-  .finally(fn)                // *
+  .finally(fn)
   .map(function (e) { ··· })  // *
   .each(function (e) { ··· }) // *
 ```
index abeb75d..abbd3c0 100644 (file)
--- 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: <https://jsdoc.app/index.html#block-tags>
+
 ### Renaming
 
 ```js