Skip to content

Commit 04d1e80

Browse files
author
Chad Shaffer
committed
Fix yet another broken link in collections rules
1 parent 4269e41 commit 04d1e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2993,7 +2993,7 @@ condition](#safe-assignment-in-condition).
29932993
When providing an accessor for a collection, provide an alternate form
29942994
to save users from checking for `nil` before accessing an element in
29952995
the collection.
2996-
<sup>[[link](#provide-alternate-accessor-to-collections")]</sup>
2996+
<sup>[[link](#provide-alternate-accessor-to-collections)]</sup>
29972997

29982998
```Ruby
29992999
# bad

0 commit comments

Comments
 (0)