summaryrefslogtreecommitdiff
path: root/core/examples
diff options
context:
space:
mode:
Diffstat (limited to 'core/examples')
-rw-r--r--core/examples/eval_js_value.rs2
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;