aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/channel/streams.rb
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-05-31 10:32:58 -0400
committerJon Moss <maclover7@users.noreply.github.com>2016-05-31 10:32:58 -0400
commite4fc16a54561d773183ccee58434b81192a3349a (patch)
tree0c45bb83004f52d954b50d97da30066bbc85e6ae /actioncable/lib/action_cable/channel/streams.rb
parentff4986b917f6cc64398e2ba687f998fc52cf630c (diff)
parent72a0f5e24c0f34c43a220ec50d4f3a62e03cf401 (diff)
downloadrails-e4fc16a54561d773183ccee58434b81192a3349a.tar.gz
rails-e4fc16a54561d773183ccee58434b81192a3349a.tar.bz2
rails-e4fc16a54561d773183ccee58434b81192a3349a.zip
Merge pull request #25207 from rajatbansal93/fix-typos
Fix Typo and Grammar [ci skip]
Diffstat (limited to 'actioncable/lib/action_cable/channel/streams.rb')
-rw-r--r--actioncable/lib/action_cable/channel/streams.rb2
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.
#