mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
chore(ops): fix typo on readme (#15848)
This commit is contained in:
parent
26476cbbc6
commit
d0789cb1f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue