From d0789cb1f8348692b1f2730245f548b490006f8c Mon Sep 17 00:00:00 2001 From: Eder Lima <64004309+asynched@users.noreply.github.com> Date: Sun, 11 Sep 2022 00:10:32 -0300 Subject: [PATCH] chore(ops): fix typo on readme (#15848) --- ops/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/README.md b/ops/README.md index ab5781e320..bd234f4236 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