Skip to content

Commit 09a4627

Browse files
committed
Fix typo
1 parent a88b99a commit 09a4627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ val it : char [] =
5454
[|'f'; 'e'; 'd'; 'c'; 'b'; 'a'; 'j'; 'i'; 'h'; 'g'; 'l'; 'k'|]
5555
```
5656

57-
### Interoperability with C#
57+
## Interoperability with C#
5858

5959
`generate` and `traverse` functions are designed to be easily used from C#.
6060
Note that, unlike in F#, you must explicitly specify the `Direction` and `InitialPosition` enum types as shown in the example below:

0 commit comments

Comments
 (0)