Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dergraf committed Jan 24, 2019
1 parent 9a439e7 commit 01edaa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vernemq_dev_api.erl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ disconnect_by_subscriber_id(SubscriberId, Opts) ->
%%
%% Given a username and subscriber_id all subscriptions
%% of a matching client are reauthorized against the
%% currently installed `auth_on_subscribe` hooks.
%% currently installed `auth_on_subscribe` and
%% `auth_on_subscribe_m5` hooks.
-spec reauthorize_subscriptions(Username, SubscriberId, Opts) -> {vmq_subscriber:changes(), vmq_subscriber:changes()} when
Username :: username(),
SubscriberId :: subscriber_id(),
Expand Down

0 comments on commit 01edaa7

Please sign in to comment.