Skip to content

Commit c1d5252

Browse files
committed
fix: typo s/unwarp/unwrap/
1 parent 0f71e12 commit c1d5252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/18_iterators/iterators3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mod tests {
5454

5555
#[test]
5656
fn test_result_with_list() {
57-
assert_eq!(result_with_list().unwarp(), [1, 11, 1426, 3]);
57+
assert_eq!(result_with_list().unwrap(), [1, 11, 1426, 3]);
5858
}
5959

6060
#[test]

0 commit comments

Comments
 (0)