Skip to content

Commit

Permalink
fix a typo in the operator name generated by ocaml-syntax-shims
Browse files Browse the repository at this point in the history
Signed-off-by: Arseniy Alekseyev <aalekseyev@janestreet.com>
  • Loading branch information
aalekseyev committed Jul 5, 2019
1 parent fe3e2a7 commit 0dd37f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocaml-syntax-shims/let_trail.mll
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| '=' -> "equal"
| '>' -> "greater"
| '?' -> "question"
| '@' -> "ampersand"
| '@' -> "at"
| '^' -> "circumflex"
| '|' -> "pipe"
| _ -> assert false
Expand Down

0 comments on commit 0dd37f7

Please sign in to comment.