diff options
author | Martin Fischer <martin@push-f.com> | 2023-06-26 15:10:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 09:10:27 -0400 |
commit | 801b9ec62d94f201e67d053ee90dae0b70e50a42 (patch) | |
tree | 145f840c570dd72258ef309e9d31f100a5aa5786 /core/examples/eval_js_value.rs | |
parent | ad3c494b46c97f0cf91098b7ec2afa576ea7a3dd (diff) |
chore: fix typos (#19572)
Diffstat (limited to 'core/examples/eval_js_value.rs')
-rw-r--r-- | core/examples/eval_js_value.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/examples/eval_js_value.rs b/core/examples/eval_js_value.rs index 7b7af7c96..a752d7100 100644 --- a/core/examples/eval_js_value.rs +++ b/core/examples/eval_js_value.rs @@ -4,7 +4,7 @@ // NOTE: // Here we are deserializing to `serde_json::Value` but you can -// deserialize to any other type that implementes the `Deserialize` trait. +// deserialize to any other type that implements the `Deserialize` trait. use deno_core::v8; use deno_core::JsRuntime; |