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}