Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: cuiyourong <cuiyourong@gmail.com>
  • Loading branch information
cuiyourong committed Dec 6, 2024
1 parent 4a9aeeb commit a275557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::time::SystemTime;
use tempfile::{tempdir, TempDir};

mod data;
// Unbouned is not supported for MinHeap
// Unbounded is not supported for MinHeap
use data::{BoundedFuzzStruct, MAX_VALUE_SIZE};

type Memory = VirtualMemory<DefaultMemoryImpl>;
Expand Down

0 comments on commit a275557

Please # to comment.