Skip to content

Commit 643f360

Browse files
committed
update error message
1 parent 2294579 commit 643f360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
We've found a bug for you!
3-
/.../fixtures/method_arity_mismatch.re 3:8-9
3+
/.../fixtures/method_arity_mismatch.re 3:5-11
44

55
1 │ let f = ( obj ) => {
66
2 │ obj##hi (1,2);
7-
3 │ obj##hi (1)
7+
3 │ obj##hi (1)
88
4 │ }
99

1010
This method has arity2 but was expected arity1

0 commit comments

Comments
 (0)