Skip to content

Commit

Permalink
chore: fix typo (#261)
Browse files Browse the repository at this point in the history
Signed-off-by: cuiyourong <cuiyourong@gmail.com>
  • Loading branch information
cuiyourong authored Dec 6, 2024
1 parent 4a9aeeb commit 5657691
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 5657691

Please sign in to comment.