Skip to content

Commit

Permalink
docs: README: example
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Apr 28, 2024
1 parent 846c2a3 commit aff7ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Is the same as:
```js
import tryToCatch from 'try-catch';

const [error, result] = await tryToCatch(1, 2, 3);
const [error, result] = await tryToCatch(hello, 'world');
```

### `should`
Expand Down

0 comments on commit aff7ce1

Please sign in to comment.