Skip to content

Commit 9aa8174

Browse files
committed
adding comma to separate clauses
1 parent 2061c98 commit 9aa8174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and render view templates in order to generate the appropriate HTTP response.
2727

2828
In Rails, the Controller and View layers are handled together by Action Pack.
2929
These two layers are bundled in a single package due to their heavy interdependence.
30-
This is unlike the relationship between Active Record and Action Pack which are
30+
This is unlike the relationship between Active Record and Action Pack, which are
3131
independent. Each of these packages can be used independently outside of Rails. You
3232
can read more about Action Pack in its {README}[link:/rails/rails/blob/master/actionpack/README.rdoc].
3333

0 commit comments

Comments
 (0)