Skip to content

Commit f90cc6e

Browse files
committed
Merge pull request #414 from cshaffer/fix_links
Fix yet another broken link in collections rules
2 parents 2a5104e + 04d1e80 commit f90cc6e

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)