fix type spec

This commit is contained in:
Matthias Radestock 2009-05-20 08:57:28 +01:00
parent 1fa655601f
commit 9bd7d21698
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
name :: '_'}
when is_subtype(K, atom())).
-spec(r_arg/4 :: (vhost() | r(atom()), K, amqp_table(), binary()) ->
r(K) when is_subtype(K, atom())).
undefined | r(K) when is_subtype(K, atom())).
-spec(rs/1 :: (r(atom())) -> string()).
-spec(enable_cover/0 :: () -> 'ok' | {'error', any()}).
-spec(report_cover/0 :: () -> 'ok').