lib/twitter/error/already_posted.rb in twitter-5.5.0 vs lib/twitter/error/already_posted.rb in twitter-5.5.1

- old
+ new

@@ -2,9 +2,9 @@ module Twitter class Error # Raised when a Tweet has already been posted class AlreadyPosted < Twitter::Error::Forbidden - MESSAGE = 'Status is a duplicate' + MESSAGE = 'Status is a duplicate.' end end end