Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
mrowa44 committed Mar 13, 2015
1 parent 29af4d6 commit 2aa3a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ programming resources.
end
```

Note that this style of scoping can not be chained in the same way as named scopes. For instance:
Note that this style of scoping cannot be chained in the same way as named scopes. For instance:

```Ruby
# unchainable
Expand All @@ -459,7 +459,7 @@ programming resources.
end
```

In this style both `old` and `heavy` work individually, but you can not call `User.old.heavy`, to chain these scopes use:
In this style both `old` and `heavy` work individually, but you cannot call `User.old.heavy`, to chain these scopes use:

```Ruby
# chainable
Expand Down

0 comments on commit 2aa3a6b

Please sign in to comment.