From d0ca2cb7124020ead43345539a62a197d2bd9304 Mon Sep 17 00:00:00 2001
From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com>
Date: Tue, 5 Aug 2025 12:04:58 +0300
Subject: [PATCH] Fix broken link
---
collections.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collections.md b/collections.md
index bbee48fb74..63b8109abe 100644
--- a/collections.md
+++ b/collections.md
@@ -847,7 +847,7 @@ The `doesntContain` method uses "loose" comparisons when checking item values, m
#### `doesntContainStrict()` {.collection-method}
-This method has the same signature as the [doesntContain](#method-doesntContain) method; however, all values are compared using "strict" comparisons.
+This method has the same signature as the [doesntContain](#method-doesntcontain) method; however, all values are compared using "strict" comparisons.
#### `dot()` {.collection-method}