Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Nov 4, 2024
1 parent 4b60391 commit cc9964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz_targets/fuzz_octree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fn clean_exponent(input: u8) -> u8 {
input.rem_euclid(Alloctree::<()>::MAX_SIZE_EXPONENT + 1)
}

/// Print operations in the form of code that can be roughly copied into an integration test.
/// Print operations in the form of code that can be roughly copied into a regression test.
impl fmt::Debug for Operation {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
fn fmt_aab(f: &mut fmt::Formatter<'_>, aab: NonEmptyGridAab) -> fmt::Result {
Expand Down

0 comments on commit cc9964c

Please sign in to comment.