diff options
author | Tom Kadwill <tomkadwill@gmail.com> | 2016-04-21 07:01:08 +0100 |
---|---|---|
committer | Tom Kadwill <tomkadwill@gmail.com> | 2016-04-21 21:32:06 +0100 |
commit | 5646895b7f1561f132fcc42da52ff9b4bc7304fd (patch) | |
tree | 7bf3014fee14575706c760d3b106b3894a9727ed /actioncable/lib | |
parent | 0f8eefa6a581f1f04a1258342419c2896f9062ab (diff) | |
download | rails-5646895b7f1561f132fcc42da52ff9b4bc7304fd.tar.gz rails-5646895b7f1561f132fcc42da52ff9b4bc7304fd.tar.bz2 rails-5646895b7f1561f132fcc42da52ff9b4bc7304fd.zip |
Actioncable and Actionpack documentation typos [ci skip]
Diffstat (limited to 'actioncable/lib')
-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 |