Skip to content

Commit 1f81e32

Browse files
authored
Merge pull request #7 from maarekj/patch-1
Fix typo
2 parents 831d8ba + aea9611 commit 1f81e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ val dim : < x : int; y : int > Tyre.t
9090
```
9191

9292
Names given using the syntax `(?<foo>re)` will be used for the fields
93-
of the results. `(?&y:int)` is a shortcut for `(?<x>(?&int))`.
93+
of the results. `(?&y:int)` is a shortcut for `(?<y>(?&int))`.
9494
This can also be used for alternatives, for instance:
9595

9696
```ocaml

0 commit comments

Comments
 (0)