mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
chore(ops): fix typo in lib.rs (#14777)
This commit is contained in:
parent
7d9e8baebb
commit
d78fd8ec39
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use quote::ToTokens;
|
||||||
use syn::FnArg;
|
use syn::FnArg;
|
||||||
use syn::Ident;
|
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 in deno_core, `crate` is used.
|
||||||
// If macro called outside deno_core, `deno_core` OR the renamed
|
// If macro called outside deno_core, `deno_core` OR the renamed
|
||||||
|
|
Loading…
Add table
Reference in a new issue