aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/remote_connections.rb
diff options
context:
space:
mode:
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