Skip to content

Commit

Permalink
Merge pull request phoenixframework#1737 from scrogson/fixup_socket_docs
Browse files Browse the repository at this point in the history
fixup socket docs
  • Loading branch information
chrismccord committed Jun 1, 2016
2 parents d7109db + 284598d commit 904ae2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/phoenix/socket.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ defmodule Phoenix.Socket do
`Phoenix.Socket` is used as a module for establishing and maintaining
the socket state via the `Phoenix.Socket` struct.
Once connected to a socket, incoming and pubsub events are routed
to channels. The incoming client data is routed to channels via transports.
Once connected to a socket, incoming and outgoing events are routed to
channels. The incoming client data is routed to channels via transports.
It is the responsibility of the socket to tie transports and channels
together.
Expand Down

0 comments on commit 904ae2a

Please sign in to comment.