Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 20, 2012
1 parent ffb8efa commit b9614fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,11 @@ Here are some fun facts about this library:

* It is implemented in just 2,000 lines of Ruby code
* With over 4,000 lines of specs, the spec-to-code ratio is over 2:1
* The spec suite contains over 600 examples and runs in under 2 seconds
* The spec suite contains 700 examples and runs in about 2 seconds
* It has 100% C0 code coverage (the tests execute every line of
source code at least once)
* It is comprehensive: you can request all documented Twitter REST API resources (over 100 resources)
* It is comprehensive: you can request all documented Twitter REST API
resources (over 100 resources)
* This gem works on every major Ruby implementation, including JRuby and
Rubinius
* The first version was released on November 26, 2006
Expand Down
1 change: 0 additions & 1 deletion lib/twitter/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module Twitter
# @note All methods have been separated into modules and follow the same grouping used in {http://dev.twitter.com/doc the Twitter API Documentation}.
# @see http://dev.twitter.com/pages/every_developer
class Client
include Twitter::API
include Twitter::API::DirectMessages
include Twitter::API::Favorites
include Twitter::API::FriendsAndFollowers
Expand Down

0 comments on commit b9614fd

Please sign in to comment.