Skip to content

Commit 506e8cf

Browse files
authored
chore: fix typo (#8378)
1 parent 3414237 commit 506e8cf

File tree

1 file changed

+1
-1
lines changed
  • crates/cairo-lang-runner/src/casm_run

1 file changed

+1
-1
lines changed

crates/cairo-lang-runner/src/casm_run/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ pub fn execute_core_hint(
19641964
// residue.
19651965
let mut rng = rand::rng();
19661966
let (random_x, random_y) = loop {
1967-
// Randominzing 31 bytes to make sure is in range.
1967+
// Randomizing 31 bytes to make sure is in range.
19681968
// TODO(orizi): Use `Felt252` random implementation when exists.
19691969
let x_bytes: [u8; 31] = rng.random();
19701970
let random_x = Felt252::from_bytes_be_slice(&x_bytes);

0 commit comments

Comments
 (0)