diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2022-06-02 21:28:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 17:58:19 +0530 |
commit | d78fd8ec39a02b137c1954255f3856a7aa07617e (patch) | |
tree | e6f64a69583807c028aee135da3b8991fb46587e /ops | |
parent | 7d9e8baebb6c2534346e0823e2cc6408ebb8b1eb (diff) |
chore(ops): fix typo in lib.rs (#14777)
Diffstat (limited to 'ops')
-rw-r--r-- | ops/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/lib.rs b/ops/lib.rs index 9ee5fa371..01548ad5f 100644 --- a/ops/lib.rs +++ b/ops/lib.rs @@ -9,7 +9,7 @@ use quote::ToTokens; use syn::FnArg; use syn::Ident; -// Identifer to the `deno_core` crate. +// Identifier to the `deno_core` crate. // // If macro called in deno_core, `crate` is used. // If macro called outside deno_core, `deno_core` OR the renamed |