aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/remote_connections.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2015-07-30 20:37:30 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2015-07-30 20:37:30 +0200
commit219c48e18b10bebbefb1c12d94278f3e0d94a0b5 (patch)
treed206c39719f734992f36abf994eaca962357f395 /lib/action_cable/remote_connections.rb
parent0c30d87868a8b59c47acbc695ef5e37d6361b3cc (diff)
parent8544df97f7a77401292fb6fa5a07087f47764f33 (diff)
downloadrails-219c48e18b10bebbefb1c12d94278f3e0d94a0b5.tar.gz
rails-219c48e18b10bebbefb1c12d94278f3e0d94a0b5.tar.bz2
rails-219c48e18b10bebbefb1c12d94278f3e0d94a0b5.zip
Merge pull request #48 from jasondew/documentation_and_whitespace_fixes
Fixing documentation, correcting grammar, and removing unnecessary whitespace
Diffstat (limited to 'lib/action_cable/remote_connections.rb')
-rw-r--r--lib/action_cable/remote_connections.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action_cable/remote_connections.rb b/lib/action_cable/remote_connections.rb
index ae7145891c..1230d905ad 100644
--- a/lib/action_cable/remote_connections.rb
+++ b/lib/action_cable/remote_connections.rb
@@ -25,7 +25,7 @@ module ActionCable
end
private
- # Represents a single remote connection found via ActionCable.server.remote_connections.where(*).
+ # Represents a single remote connection found via ActionCable.server.remote_connections.where(*).
# Exists for the solely for the purpose of calling #disconnect on that connection.
class RemoteConnection
class InvalidIdentifiersError < StandardError; end