From cf78d9c3822f2e9428266b9eadd766b5a0f62acc Mon Sep 17 00:00:00 2001 From: Hashim1999164 <64767361+Hashim1999164@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:17:07 +0500 Subject: [PATCH] Fix leftover proposal link in Chunked guide --- Guides/Chunked.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guides/Chunked.md b/Guides/Chunked.md index 583f781c0..9c2b4cdfb 100644 --- a/Guides/Chunked.md +++ b/Guides/Chunked.md @@ -45,7 +45,7 @@ let remaining = names.chunks(ofCount: 3) // equivalent to [["David", "Kyle", "Karoy"], ["Nate"]] ``` -The `chunks(ofCount:)` method was previously [proposed](proposal) for inclusion +The `chunks(ofCount:)` method was previously [proposed][proposal] for inclusion in the standard library. The `evenlyChunked(in:)` method takes a `count` parameter and divides the