mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
chore(core): fix typo in runtime.rs (#17537)
determinstic -> deterministic
This commit is contained in:
parent
a6f915c22f
commit
67a3b5f72a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue