Skip to content

Commit

Permalink
Fixed syntax error in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
knutin committed Jun 9, 2015
1 parent 4480c06 commit 770f828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ ebin/*
*~
Emakefile
.rebar
.DS_Store
doc
3 changes: 1 addition & 2 deletions src/eredis.erl
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ qp(Client, Pipeline, Timeout) ->
pipeline(Client, Pipeline, Timeout).

-spec q_noreply(Client::client(), Command::[any()]) -> ok.
%% @doc
%% @doc Executes the command but does not wait for a response and ignores any errors.
%% @see q/2
%% Executes the command but does not wait for a response and ignores any errors.
q_noreply(Client, Command) ->
cast(Client, Command).

Expand Down

0 comments on commit 770f828

Please sign in to comment.