Skip to content

Commit 2f75b64

Browse files
authored
Merge pull request #107 from mattbnz/patch-1
Fix a very minor doc typo on the undiscard! method
2 parents c52de70 + 611e4e6 commit 2f75b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/discard/model.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def undiscard
144144
end
145145
end
146146

147-
# Discard the record in the database
147+
# Undiscard the record in the database
148148
#
149149
# There's a series of callbacks associated with #undiscard!. If the
150150
# <tt>before_undiscard</tt> callback throws +:abort+ the action is cancelled

0 commit comments

Comments
 (0)