1
0
Fork 0
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:
Ikko Eltociear Ashimine 2023-01-26 15:54:01 +09:00 committed by GitHub
parent a6f915c22f
commit 67a3b5f72a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.