From cf0d9a25b4ad6f96fe08289d37ac64db37d2029f Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Thu, 25 Jun 2015 16:39:19 +0900 Subject: [PATCH] EDoc cleanup --- src/machi_pb_high_client.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machi_pb_high_client.erl b/src/machi_pb_high_client.erl index 0b4df1c..cc1a838 100644 --- a/src/machi_pb_high_client.erl +++ b/src/machi_pb_high_client.erl @@ -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).