Skip to content

Commit

Permalink
Merge pull request #107 from mattbnz/patch-1
Browse files Browse the repository at this point in the history
Fix a very minor doc typo on the undiscard! method
  • Loading branch information
jhawthorn authored Sep 10, 2024
2 parents c52de70 + 611e4e6 commit 2f75b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/discard/model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def undiscard
end
end

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

0 comments on commit 2f75b64

Please sign in to comment.