summaryrefslogtreecommitdiff
path: root/core/runtime/bindings.rs
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-06-26 15:10:27 +0200
committerGitHub <noreply@github.com>2023-06-26 09:10:27 -0400
commit801b9ec62d94f201e67d053ee90dae0b70e50a42 (patch)
tree145f840c570dd72258ef309e9d31f100a5aa5786 /core/runtime/bindings.rs
parentad3c494b46c97f0cf91098b7ec2afa576ea7a3dd (diff)
chore: fix typos (#19572)
Diffstat (limited to 'core/runtime/bindings.rs')
-rw-r--r--core/runtime/bindings.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/runtime/bindings.rs b/core/runtime/bindings.rs
index 2eb804e73..55911825f 100644
--- a/core/runtime/bindings.rs
+++ b/core/runtime/bindings.rs
@@ -369,7 +369,7 @@ fn empty_fn(
//Do Nothing
}
-//It creates a reference to an empty function which can be mantained after the snapshots
+//It creates a reference to an empty function which can be maintained after the snapshots
pub fn create_empty_fn<'s>(
scope: &mut v8::HandleScope<'s>,
) -> Option<v8::Local<'s, v8::Function>> {