diff --git a/lib/discard/model.rb b/lib/discard/model.rb index 07d24ef..54582f8 100644 --- a/lib/discard/model.rb +++ b/lib/discard/model.rb @@ -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 # before_undiscard callback throws +:abort+ the action is cancelled