Skip to content

Commit b0125e5

Browse files
committed
Fix spelling
1 parent 896dd83 commit b0125e5

File tree

1 file changed

+1
-1
lines changed
  • library/coretests/tests/iter/adapters

1 file changed

+1
-1
lines changed

library/coretests/tests/iter/adapters/zip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ fn test_double_ended_zip() {
273273

274274
#[test]
275275
#[cfg(panic = "unwind")]
276-
/// Regresion test for #137255
276+
/// Regression test for #137255
277277
/// A previous implementation of Zip TrustedRandomAccess specializations tried to do a lot of work
278278
/// to preserve side-effects of equalizing the iterator lengths during backwards iteration.
279279
/// This lead to several cases of unsoundness, twice due to being left in an inconsistent state

0 commit comments

Comments
 (0)