Skip to content

Commit

Permalink
Add period to Twitter::Error::AlreadyPosted message
Browse files Browse the repository at this point in the history
See also #512.
  • Loading branch information
sferik committed Jan 6, 2014
1 parent 234a9e3 commit e6b37b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/twitter/error/already_posted.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
2 changes: 1 addition & 1 deletion spec/fixtures/already_posted.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"errors":"Status is a duplicate"}
{"errors":"Status is a duplicate."}

0 comments on commit e6b37b9

Please sign in to comment.