chiark
/
gitweb
/
~mdw
/
dep-ui
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b51588f
)
dep.js (orelse): Fix typo in the documentation comment.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 30 Jun 2018 21:53:44 +0000
(22:53 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 30 Jun 2018 21:53:44 +0000
(22:53 +0100)
dep.js
patch
|
blob
|
blame
|
history
diff --git
a/dep.js
b/dep.js
index 50a4fed89e1baddb02600f5d92530a12a6ceff84..f9a9a189eb85ba68be9688dcca775e4f7bfb7e7b 100644
(file)
--- 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 ERRTH
I
NK and return its result instead.
+ * reads a bad dep then call ERRTH
U
NK and return its result instead.
*/
var e;