Skip to content

Commit

Permalink
Fix typo in metaloc attribute
Browse files Browse the repository at this point in the history
Found during #306.
  • Loading branch information
aantron committed Apr 3, 2020
1 parent 017e6ad commit f14c651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ppx/instrument.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ class instrumenter =
[%e e'_mark]
else
false]
[@mealoc loc]
[@metaloc loc]

| Pexp_apply (e, arguments) ->
let arguments =
Expand Down

0 comments on commit f14c651

Please sign in to comment.