diff options
author | Eder Lima <64004309+asynched@users.noreply.github.com> | 2022-09-11 00:10:32 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-11 08:40:32 +0530 |
commit | ffffa2f7c44bd26aec5ae1957e0534487d099f48 (patch) | |
tree | 6b67b885691bd386f7050bd9a56d1db42278dba8 | |
parent | 6d8f6d5af09a5e78bed9bf04fa2e0970c0eb5a9f (diff) |
chore(ops): fix typo on readme (#15848)
-rw-r--r-- | ops/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/README.md b/ops/README.md index ab5781e32..bd234f423 100644 --- a/ops/README.md +++ b/ops/README.md @@ -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 |