From 67a3b5f72acfa0420065418986e03a35e8db6a31 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 26 Jan 2023 15:54:01 +0900 Subject: chore(core): fix typo in runtime.rs (#17537) determinstic -> deterministic --- core/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/runtime.rs') diff --git a/core/runtime.rs b/core/runtime.rs index 5f89fbdee..0788cc08c 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -266,7 +266,7 @@ pub struct RuntimeOptions { pub startup_snapshot: Option, /// Prepare runtime to take snapshot of loaded code. - /// The snapshot is determinstic and uses predictable random numbers. + /// The snapshot is deterministic and uses predictable random numbers. pub will_snapshot: bool, /// Isolate creation parameters. -- cgit v1.2.3