Skip to content

Commit

Permalink
Fix missing update for subscribe method description (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShPakvel committed Jun 22, 2020
1 parent c90a3f0 commit 7893228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix/pubsub.ex
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ defmodule Phoenix.PubSub do
@doc """
Subscribes the caller to the PubSub adapter's topic.
* `server` - The Pid registered name of the server
* `pubsub` - The name of the pubsub system
* `topic` - The topic to subscribe to, for example: `"users:123"`
* `opts` - The optional list of options. See below.
Expand Down

0 comments on commit 7893228

Please sign in to comment.