Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jun 12, 2024
1 parent ce650ed commit 7a18e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cairo-native-stress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ fn modify_starknet_contract(mut program: Program, anchor_value: u32, new_value:
/// dynamic shared library loaded.
///
/// Possible improvements include:
/// - Keeping only some executores on memory, while storing the remaianing compiled shared libraries on disk.
/// - Keeping only some executors on memory, while storing the remaining compiled shared libraries on disk.
/// - When restarting the program, reutilize already compiled programs from `AOT_CACHE_DIR`
struct NaiveAotCache<'a, K>
where
Expand Down

0 comments on commit 7a18e90

Please sign in to comment.