diff options
Diffstat (limited to 'core/runtime.rs')
-rw-r--r-- | core/runtime.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<Snapshot>, /// 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. |