Skip to content

Commit

Permalink
chore(ops): fix typo in lib.rs (denoland#14777)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Jun 2, 2022
1 parent 7d9e8ba commit d78fd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d78fd8e

Please sign in to comment.