diff options
-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 |