diff options
Diffstat (limited to 'ops/lib.rs')
-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 |