From 4ef92bec5abae8cce07e587bdd6f116cfa065873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Rakic?= Date: Sat, 19 Jul 2025 15:17:04 +0000 Subject: [PATCH] fix load-bearing typo --- library/coretests/tests/iter/adapters/zip.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/coretests/tests/iter/adapters/zip.rs b/library/coretests/tests/iter/adapters/zip.rs index 83279380175eb..063e226a61ce0 100644 --- a/library/coretests/tests/iter/adapters/zip.rs +++ b/library/coretests/tests/iter/adapters/zip.rs @@ -273,7 +273,7 @@ fn test_double_ended_zip() { #[test] #[cfg(panic = "unwind")] -/// Regresion test for #137255 +/// Regression test for #137255 /// A previous implementation of Zip TrustedRandomAccess specializations tried to do a lot of work /// to preserve side-effects of equalizing the iterator lengths during backwards iteration. /// This lead to several cases of unsoundness, twice due to being left in an inconsistent state