Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 22206ce

Browse files
committed
Fix typo in FFI
1 parent be724ec commit 22206ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/Promise/Rejection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exports.fromError = function(a) {
22
return a;
33
};
44

5-
exports._toError = function(just, nothing, rej) {
5+
exports._toError = function(just, nothing, ref) {
66
if (rej instanceof Error) {
77
return just(ref);
88
}

0 commit comments

Comments
 (0)