Skip to content

Commit 8a162d4

Browse files
committed
Fix FFI typo
1 parent 9b81d2a commit 8a162d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Prelude.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ foreign import concatString
476476

477477
foreign import concatArray
478478
"""
479-
function append (xs) {
479+
function concatArray (xs) {
480480
return function (ys) {
481481
return xs.concat(ys);
482482
};

0 commit comments

Comments
 (0)