0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05: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 GitHub
parent 7d9e8baebb
commit d78fd8ec39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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