Skip to content

Commit

Permalink
Fix typo in 4ad_01_operators.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vog committed Mar 15, 2024
1 parent 9e082a3 commit b9d4b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tutorials/language/4ad_01_operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ OCaml has a subtle syntax; not everything is allowed as an operator symbol. An o
1. First character
* `?` `~` or
* `!`
1. Following characters, at least one if the first character is `!`, optional otherwise
2. Following characters, at least one if the first character is `!`, optional otherwise
* `$` `&` `*` `+` `-` `/` `=` `>` `@` `^` `|` or
* `%` `<`

Expand Down

0 comments on commit b9d4b83

Please sign in to comment.