Skip to content

Commit b4f4c79

Browse files
authored
Merge pull request #2012 from cbochs/main
fix: typo s/unwarp/unwrap/
2 parents 0f71e12 + c1d5252 commit b4f4c79

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)