Skip to content

Commit

Permalink
Fix server_name type.
Browse files Browse the repository at this point in the history
atom() as a server name is too restrictive.
  • Loading branch information
Juraj Hlista committed Dec 20, 2012
1 parent 825bc11 commit 8e09645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chronos.erl
Expand Up @@ -29,7 +29,7 @@




%% Types %% Types
-type server_name() :: atom(). -type server_name() :: term().
%%-type server_ref() :: server_name() | pid(). %%-type server_ref() :: server_name() | pid().
-type timer_name() :: term(). -type timer_name() :: term().
-type function_name() :: atom(). -type function_name() :: atom().
Expand Down

0 comments on commit 8e09645

Please sign in to comment.