0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-09 13:49:37 -04:00

chore(ops): fix typo in lib.rs (#14777)

This commit is contained in:
Ikko Ashimine 2022-06-02 21:28:19 +09:00 committed by Bartek Iwańczuk
parent 7be92faf7d
commit c6a55dc1bb
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -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