Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanc-n committed Nov 12, 2024
1 parent 0e9f092 commit d58d7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-utils/src/array_gen/boolean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use arrow::compute::take;
use rand::rngs::StdRng;
use rand::Rng;

/// Randomly generate decimal arrays
/// Randomly generate boolean arrays
pub struct BooleanArrayGenerator {
pub num_booleans: usize,
pub num_distinct_booleans: usize,
Expand Down

0 comments on commit d58d7f4

Please sign in to comment.