Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nesterow authored Dec 1, 2024
1 parent dd65f5d commit 9976734
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 @@ -10,7 +10,7 @@ It makes the control flow similar to that of Golang, but doesn't force you to ma
> Grip doesn't force you to write code in a specific style or avoid using throw. It is just a helper that unwraps try-catch.

Instead of returning a nullish error, Grip always returns a consistent status interface:
Instead of returning a nullish error, Grip always returns a consistent result interface:

```javascript
const [value, status] = grip(callable) // or {value, status}
Expand Down

0 comments on commit 9976734

Please sign in to comment.