diff options
Diffstat (limited to 'core/examples/hello_world.rs')
-rw-r--r-- | core/examples/hello_world.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/examples/hello_world.rs b/core/examples/hello_world.rs index 787ec09db..fd6cabf2b 100644 --- a/core/examples/hello_world.rs +++ b/core/examples/hello_world.rs @@ -27,7 +27,7 @@ fn main() { // contains a Deno.core object with several functions for interacting with it. // You can find its definition in core.js. runtime - .execute( + .execute_script( "<usage>", r#" // Print helper function, calling Deno.core.print() |