From 4ff6b0238b9d79066a2adc19ef89c2ddc77fd3cc Mon Sep 17 00:00:00 2001 From: Sina Samavati Date: Fri, 21 Feb 2014 00:31:38 +0330 Subject: Fix cowboy:stop_listener/1 spec in manual --- manual/cowboy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/cowboy.md b/manual/cowboy.md index c2ef859..0eab0f8 100644 --- a/manual/cowboy.md +++ b/manual/cowboy.md @@ -76,7 +76,7 @@ Exports > Start listening for SPDY connections. Returns the pid for this > listener's supervisor. -### stop_listener(Ref) -> ok +### stop_listener(Ref) -> ok | {error, not_found} > Types: > * Ref = ranch:ref() -- cgit v1.2.3