EDoc cleanup

This commit is contained in:
Scott Lystig Fritchie 2015-06-25 16:39:19 +09:00
parent 0b2b79cd0b
commit cf0d9a25b4

View file

@ -73,7 +73,7 @@ echo(PidSpec, String, Timeout) ->
send_sync(PidSpec, {echo, String}, Timeout).
%% TODO: auth() is not implemented. Auth requires SSL, and this client
%% doesn't support SSL yet. This is just a placeholder & reminder.
%% doesn't support SSL yet. This is just a placeholder and reminder.
auth(PidSpec, User, Pass) ->
auth(PidSpec, User, Pass, ?DEFAULT_TIMEOUT).