Skip to content

Commit 1119dfd

Browse files
authored
Merge pull request #76 from NathanReb/fix-conversion-failure-error
Fix error message for conversion failure
2 parents 68dfe3c + 601d1f8 commit 1119dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/raise.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let conversion_failed ~version node_name =
22
let msg =
3-
Printf.sprintf "Ppx_ast: Could not convert %s to %s" version node_name
3+
Printf.sprintf "Ppx_ast: Could not convert %s to %s" node_name version
44
in
55
failwith msg

0 commit comments

Comments
 (0)