Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Commit 9f1e7d7

Browse files
committed
* Minor typo fix
1 parent c785739 commit 9f1e7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector_comparer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ impl IVectorComparer<String> for VectorComparer<String> {
1818
/// let vector_comparer: VectorComparer<String> = IVectorComparer::<String>::new(vec![], vec![]);
1919
/// ```
2020
///
21-
/// # Retuns
21+
/// # Returns
2222
///
2323
/// A `VectorComparer` that can be used to compare two `Vec` structs of type `String`
2424
fn new(vec1: Vec<String>, vec2: Vec<String>) -> VectorComparer<String> {

0 commit comments

Comments
 (0)