diff options
author | Rajat Bansal <rajat.usict@gmail.com> | 2016-05-31 13:31:13 +0530 |
---|---|---|
committer | Rajat Bansal <rajat.usict@gmail.com> | 2016-05-31 13:31:18 +0530 |
commit | 72a0f5e24c0f34c43a220ec50d4f3a62e03cf401 (patch) | |
tree | 0c3c65750c01b8d2e4f841b6889ffb48abc3c46b /actioncable/lib/action_cable/channel | |
parent | 3dad1b0cf6ae0062de5996a1b84986ddc441292e (diff) | |
download | rails-72a0f5e24c0f34c43a220ec50d4f3a62e03cf401.tar.gz rails-72a0f5e24c0f34c43a220ec50d4f3a62e03cf401.tar.bz2 rails-72a0f5e24c0f34c43a220ec50d4f3a62e03cf401.zip |
fix grammar
Diffstat (limited to 'actioncable/lib/action_cable/channel')
-rw-r--r-- | actioncable/lib/action_cable/channel/streams.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable/channel/streams.rb b/actioncable/lib/action_cable/channel/streams.rb index 0a0a95f453..561750d713 100644 --- a/actioncable/lib/action_cable/channel/streams.rb +++ b/actioncable/lib/action_cable/channel/streams.rb @@ -138,7 +138,7 @@ module ActionCable end # May be overridden to change the default stream handling behavior - # which decodes JSON and transmits to client. + # which decodes JSON and transmits to the client. # # TODO: Tests demonstrating this. # |