1
0
Fork 0
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:
Eder Lima 2022-09-11 00:10:32 -03:00 committed by cjihrig
parent 26476cbbc6
commit d0789cb1f8
No known key found for this signature in database
GPG key ID: 7434390BDBE9B9C5

View file

@ -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