Skip to content

Commit

Permalink
Removed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jusexton committed Jul 2, 2024
1 parent 9b115e7 commit 028e095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leetcode/intersection_two.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub fn intersect(numbers_one: Vec<i32>, numbers_two: Vec<i32>) -> Vec<i32> {
}
result
}
g

#[cfg(test)]
mod tests {
use std::vec;
Expand Down

0 comments on commit 028e095

Please sign in to comment.