Skip to content

Commit

Permalink
Merge pull request #1 from jur0/server_name
Browse files Browse the repository at this point in the history
Fix server_name type.
  • Loading branch information
lehoff committed Jan 11, 2013
2 parents 825bc11 + 8e09645 commit 2edfd8b
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
-type server_name() :: atom().
-type server_name() :: term().
%%-type server_ref() :: server_name() | pid().
-type timer_name() :: term().
-type function_name() :: atom().
Expand Down

0 comments on commit 2edfd8b

Please sign in to comment.