Skip to content

Commit

Permalink
chore(ops): fix typo on readme (denoland#15848)
Browse files Browse the repository at this point in the history
  • Loading branch information
asynched committed Sep 11, 2022
1 parent 6d8f6d5 commit ffffa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The macro will infer and try to auto generate V8 fast API call trait impl for
- arguments: integers / `&mut OpState`
- return_type: integers

The `#[op(fast)]` attribute shoukd be used to enforce fast call generation at
The `#[op(fast)]` attribute should be used to enforce fast call generation at
compile time.

Trait gen for `async` ops & a ZeroCopyBuf equivalent type is planned and will be
Expand Down

0 comments on commit ffffa2f

Please sign in to comment.