Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/slice/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ where

/// Copies a span of bits to another location in the bit-slice.
///
/// `src` is the range of bit-indices in the bit-slice to copy, and `dest is
/// `src` is the range of bit-indices in the bit-slice to copy, and `dest` is
/// the starting index of the destination range. `src` and `dest .. dest +
/// src.len()` are permitted to overlap; the copy will automatically detect
/// and manage this. However, both `src` and `dest .. dest + src.len()`
Expand Down