Skip to content

Commit

Permalink
Fix typo in small_exercises.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
addr2line authored and jeehoonkang committed Oct 4, 2023
1 parent 55b8659 commit 83dd526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assignments/assignment07/small_exercises.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Implement functions usint `Iterator` trait
//! Implement functions using `Iterator` trait

struct FindIter<'s, T: Eq> {
query: &'s [T],
Expand Down

0 comments on commit 83dd526

Please sign in to comment.