OSDN Git Service

Regular updates
[twpd/master.git] / bluebird.md
index b96e286..f72e952 100644 (file)
@@ -3,7 +3,7 @@ title: bluebird.js
 category: JavaScript libraries
 layout: 2017/sheet
 weight: -1
-updated: 2017-09-04
+updated: 2017-09-08
 ---
 
 ### Also see
@@ -18,7 +18,7 @@ promise
   .spread(okFn, errFn)        // *
   .catch(errFn)
   .catch(TypeError, errFn)    // *
-  .finally(fn)                // *
+  .finally(fn)
   .map(function (e) { ··· })  // *
   .each(function (e) { ··· }) // *
 ```