Commit 3da16e2b5dff6c33073016b8ec67c5c6135d1ef1

Authored by Andrew Hooker
1 parent 4bd761e1
Exists in master

README Typo Fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.rdoc
... ... @@ -71,7 +71,7 @@ You can check to see if an object that acts_as_follower is following another obj
71 71 user.following?(book) # Returns true or false
72 72  
73 73 To get the total number (count) of follows for a user use the following on a model that acts_as_follower
74   - user.follow_count # Returns and integer
  74 + user.follow_count # Returns an integer
75 75  
76 76 To get follow records that have not been blocked use the following
77 77 user.all_follows # returns an array of Follow records
... ...