From ec1a71066298994dda7d05fd9e195de72b03e49a Mon Sep 17 00:00:00 2001 From: J Mackenzie Date: Mon, 28 Feb 2022 11:57:12 +1100 Subject: [PATCH] Typo --- src/binary_collection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binary_collection.rs b/src/binary_collection.rs index 754569f..c71c4da 100644 --- a/src/binary_collection.rs +++ b/src/binary_collection.rs @@ -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