Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JMMackenzie authored and elshize committed Feb 28, 2022
1 parent 882d6fe commit ec1a710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary_collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl<'a> Iterator for BinaryCollection<'a> {
/// This means [`RandomAccessBinaryCollection::try_from`] will have to
/// perform one full pass through the entire collection to collect the
/// offsets. Thus, use this class only if you need the random access
/// funcionality.
/// functionality.
///
/// Note that the because offsets are stored within the struct, it is
/// not `Copy` as opposed to [`BinaryCollection`], which is simply a view
Expand Down

0 comments on commit ec1a710

Please sign in to comment.