We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df7faf commit 2680345Copy full SHA for 2680345
pages/docs/manual/latest/exception.mdx
@@ -136,7 +136,7 @@ if (exit === 1) {
136
137
### `Invalid_argument`
138
139
-Used to check if argument is valid. This exception takes a string
+Used to check if argument is valid. This exception takes a string.
140
141
<CodeTab labels={["ReScript", "JS Output"]}>
142
```res example
@@ -270,7 +270,7 @@ catch (raw_loc){
270
### `Failure`
271
272
Exception raised to signal that the given arguments do not make sense. This
273
-exception take a string as argument.
+exception takes a string as an argument.
274
275
276
0 commit comments