Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Jun 12, 2024
1 parent 1df7faf commit 2680345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/manual/latest/exception.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if (exit === 1) {

### `Invalid_argument`

Used to check if argument is valid. This exception takes a string
Used to check if argument is valid. This exception takes a string.

<CodeTab labels={["ReScript", "JS Output"]}>
```res example
Expand Down Expand Up @@ -270,7 +270,7 @@ catch (raw_loc){
### `Failure`

Exception raised to signal that the given arguments do not make sense. This
exception take a string as argument.
exception takes a string as an argument.


<CodeTab labels={["ReScript", "JS Output"]}>
Expand Down

0 comments on commit 2680345

Please sign in to comment.