summaryrefslogtreecommitdiff
path: root/src/rabbit_guid.erl
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-06 11:46:40 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-06 11:46:40 +0100
commitf585792df291dd5566bbc6853309bdc9d299a895 (patch)
tree1f12b4a5a292ef8bc5699f3948b20b8b0acd9b28 /src/rabbit_guid.erl
parent12806334fb5123f8a2229cc28951cd51c9ba5e3c (diff)
downloadrabbitmq-server-f585792df291dd5566bbc6853309bdc9d299a895.tar.gz
{'ok', A} -> rabbit_types:ok(A)
Diffstat (limited to 'src/rabbit_guid.erl')
-rw-r--r--src/rabbit_guid.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_guid.erl b/src/rabbit_guid.erl
index dfbe0d84..45cbcc80 100644
--- a/src/rabbit_guid.erl
+++ b/src/rabbit_guid.erl
@@ -54,7 +54,7 @@
-type(guid() :: binary()).
--spec(start_link/0 :: () -> {'ok', pid()} | 'ignore' | rabbit_types:error(any())).
+-spec(start_link/0 :: () -> rabbit_types:ok(pid()) | 'ignore' | rabbit_types:error(any())).
-spec(guid/0 :: () -> guid()).
-spec(string_guid/1 :: (any()) -> string()).
-spec(binstring_guid/1 :: (any()) -> binary()).