diff options
Diffstat (limited to 'core/runtime/bindings.rs')
-rw-r--r-- | core/runtime/bindings.rs | 2 |
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>> { |