Skip to content

Commit a791e78

Browse files
authored
Merge pull request #97 from github/jhunschejones-patch-1
Remove bad link
2 parents b0c1159 + beb6ce8 commit a791e78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

STYLEGUIDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@ remove_member(user, skip_membership_check: true)
387387

388388
* The names of potentially "dangerous" methods (i.e. methods that modify `self` or the
389389
arguments, `exit!`, etc.) should end with an exclamation mark. Bang methods
390-
should only exist if a non-bang method exists. ([More on this](http://dablog.rubypal.com/2007/8/15/bang-methods-or-danger-will-rubyist)).
390+
should only exist if a non-bang counterpart (method name which does NOT end with !)
391+
also exists.
391392

392393
## Percent Literals
393394

0 commit comments

Comments
 (0)