Commit MetaInfo

Revisãoa86a18b24c009a74875d7bc7b513cd887f80c87c (tree)
Hora2020-08-01 23:55:05
AutorErik <erikgronwal@user...>
CommiterErik

Mensagem de Log

Regular updates

Mudança Sumário

Diff

--- a/bluebird.md
+++ b/bluebird.md
@@ -18,7 +18,7 @@ promise
1818 .spread(okFn, errFn) // *
1919 .catch(errFn)
2020 .catch(TypeError, errFn) // *
21- .finally(fn) // *
21+ .finally(fn)
2222 .map(function (e) { ··· }) // *
2323 .each(function (e) { ··· }) // *
2424 ```
--- a/jsdoc.md
+++ b/jsdoc.md
@@ -135,6 +135,8 @@ This syntax is [TypeScript-specific](https://github.com/Microsoft/TypeScript/wik
135135 */
136136 ```
137137
138+See the full list: <https://jsdoc.app/index.html#block-tags>
139+
138140 ### Renaming
139141
140142 ```js
Show on old repository browser