From 55be9d83928fa05d864282eb8e5513535906ffe9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 30 Jun 2018 22:53:44 +0100 Subject: [PATCH] dep.js (orelse): Fix typo in the documentation comment. --- dep.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep.js b/dep.js index 50a4fed..f9a9a18 100644 --- a/dep.js +++ b/dep.js @@ -444,7 +444,7 @@ Dep.prototype = { function orelse(thunk, errthunk) { /* Call THUNK. If it succeeds, then return its result. If THUNK - * reads a bad dep then call ERRTHINK and return its result instead. + * reads a bad dep then call ERRTHUNK and return its result instead. */ var e; -- 2.11.0