Corrected minor edoc issue.

This commit is contained in:
Tee Teoh
2008-07-27 01:37:56 -04:00
parent ea27483c63
commit ed0b99b087

View File

@@ -305,7 +305,7 @@ init(Options) ->
{ok, #state{port = Port, ops = Options}}.
%%--------------------------------------------------------------------
%% @spec %% handle_call(Request, From, State) -> {reply, Reply, State} |
%% @spec handle_call(Request, From, State) -> {reply, Reply, State} |
%% {reply, Reply, State, Timeout} |
%% {noreply, State} |
%% {noreply, State, Timeout} |