README: Add missing space [skip ci]

This commit is contained in:
Jon Atack 2015-11-16 23:26:52 +01:00
parent c0948fc527
commit b5dd4958ce
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ def index
@people = @q.result(distinct: true)
end
```
or without `distinct:true`, for sorting on an associated table's columns (in
or without `distinct: true`, for sorting on an associated table's columns (in
this example, with preloading each Person's Articles and pagination):
```ruby