mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
Fix typo in small_exercises.rs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//! Implement functions usint `Iterator` trait
|
||||
//! Implement functions using `Iterator` trait
|
||||
|
||||
struct FindIter<'s, T: Eq> {
|
||||
query: &'s [T],
|
||||
|
||||
Reference in New Issue
Block a user