Skip to content

Commit

Permalink
fix to long doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVandeVyver committed Sep 12, 2024
1 parent 3623691 commit 76ca5da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bitarray/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ impl BitArray {
}
}

/// Writes the data to a writer in a binary format using a bit array. This function is helpfull
/// when writing large amounts of data to a writer in chunks. The data is written in chunks of the
/// specified capacity, so memory usage is minimized.
/// Writes the data to a writer in a binary format using a bit array. The data is written
/// in chunks of the specified capacity, so memory usage is minimized.
///
/// # Arguments
///
Expand Down

0 comments on commit 76ca5da

Please sign in to comment.