Skip to content

Commit

Permalink
edoc syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Mar 4, 2011
1 parent e5fb493 commit 3ebd0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ezmq.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
einprogress | efsm | enocompatproto | eterm |
emthread | errno() | {unknown, integer()}.

%% @type ezmq_error() = {error, ezmq_error_type()}
%% @type ezmq_error() = {error, ezmq_error_type()}.
%% Error tuples returned by most API functions.
-type ezmq_error() :: {error, ezmq_error_type()}.

Expand Down

0 comments on commit 3ebd0cb

Please sign in to comment.