Skip to content

Commit

Permalink
README: remove a trailing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpottier committed Sep 4, 2024
1 parent 32b6229 commit e5f75ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ a valid OCaml identifer with first character.

For example,
```ocaml
#define EVENT(n,ty) external CONCAT(on,CAPITALIZE(n)) : ty = STRINGIFY(n) [@@bs.val]
#define EVENT(n,ty) external CONCAT(on,CAPITALIZE(n)) : ty = STRINGIFY(n) [@@bs.val]
EVENT(exit, unit -> unit)
```
is expanded into:
Expand Down

0 comments on commit e5f75ac

Please sign in to comment.