Skip to content

Commit

Permalink
chore: fix broken callback arguments table
Browse files Browse the repository at this point in the history
  • Loading branch information
CheesyGamer77 authored and danm committed May 3, 2022
1 parent 894f2e6 commit 9f34208
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 @@ -96,7 +96,7 @@ interface BufferObject {
### Callback Arguments

| Argument | Type | Description |
| -------- | ------------------------ | ----------------------------------------------------------------------------------- | | |
| -------- | ------------------------ | ----------------------------------------------------------------------------------- |
| error | `Error Object` or `null` | If a run time error is detected this will be an `Error Object`, otherwise `null` |
| data | `string` or `null` | If there is no run time error, this be will be your hashed result, otherwise `null` |

Expand Down

0 comments on commit 9f34208

Please sign in to comment.