Skip to content

Commit 2680345

Browse files
committed
fix typos
1 parent 1df7faf commit 2680345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/manual/latest/exception.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if (exit === 1) {
136136

137137
### `Invalid_argument`
138138

139-
Used to check if argument is valid. This exception takes a string
139+
Used to check if argument is valid. This exception takes a string.
140140

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

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

275275

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

0 commit comments

Comments
 (0)