Skip to content

Commit 9ef0f6f

Browse files
Fixing grammar
1 parent dc5e85d commit 9ef0f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/prelude/jsmapping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ var $internalize = (v, t, recv, seen, makeWrapper) => {
237237
return parseFloat(v);
238238
case $kindArray:
239239
if (v === null || v === undefined) {
240-
$throwRuntimeError("can not internalize "+v+" as a "+t.string);
240+
$throwRuntimeError("cannot internalize "+v+" as a "+t.string);
241241
}
242242
if (v.length !== t.len) {
243243
$throwRuntimeError("got array with wrong size from JavaScript native");

0 commit comments

Comments
 (0)