diff options
author | Mark <markchav3z@gmail.com> | 2016-05-01 03:52:57 +0800 |
---|---|---|
committer | Mark <markchav3z@gmail.com> | 2016-05-01 03:52:57 +0800 |
commit | e19ce8bafb7ec94179885445fb78f854c4eb3332 (patch) | |
tree | 54c3c75b0f20073212341b8a9b0fddba26c86bac | |
parent | 2b92069a4985ea21ba12ca726eb15b2daa7bd162 (diff) | |
download | rails-e19ce8bafb7ec94179885445fb78f854c4eb3332.tar.gz rails-e19ce8bafb7ec94179885445fb78f854c4eb3332.tar.bz2 rails-e19ce8bafb7ec94179885445fb78f854c4eb3332.zip |
Fix grammar.
-rw-r--r-- | actioncable/lib/action_cable/remote_connections.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable/remote_connections.rb b/actioncable/lib/action_cable/remote_connections.rb index aeef8abc72..a528024427 100644 --- a/actioncable/lib/action_cable/remote_connections.rb +++ b/actioncable/lib/action_cable/remote_connections.rb @@ -28,7 +28,7 @@ module ActionCable private # Represents a single remote connection found via <tt>ActionCable.server.remote_connections.where(*)</tt>. - # Exists for the solely for the purpose of calling #disconnect on that connection. + # Exists solely for the purpose of calling #disconnect on that connection. class RemoteConnection class InvalidIdentifiersError < StandardError; end |