diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-04-22 02:07:29 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-04-22 02:07:29 +0530 |
commit | f0a2edc7fc0874b98ab6d4dbfaadc1832451c742 (patch) | |
tree | 40f50398ab7e4352b03956b65f386670fc6739a9 /actioncable/lib | |
parent | 9311afcbe882497921bd7e20add6864f1a3f43ee (diff) | |
parent | 5646895b7f1561f132fcc42da52ff9b4bc7304fd (diff) | |
download | rails-f0a2edc7fc0874b98ab6d4dbfaadc1832451c742.tar.gz rails-f0a2edc7fc0874b98ab6d4dbfaadc1832451c742.tar.bz2 rails-f0a2edc7fc0874b98ab6d4dbfaadc1832451c742.zip |
Merge pull request #24669 from tomkadwill/action_pack_typos
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 |