From ecf117b37508f864d084ed6560f95e32b9ede1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 18 Apr 2011 12:06:53 +0200 Subject: Rename dispatch_rules() into dispatch_rule(). --- include/types.hrl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/types.hrl b/include/types.hrl index fe4e6db..d250f69 100644 --- a/include/types.hrl +++ b/include/types.hrl @@ -22,6 +22,6 @@ -type path_tokens() :: list(nonempty_string()). -type match() :: '_' | '*' | list(string() | '_' | atom()). --type dispatch_rules() :: {Host::match(), list({Path::match(), +-type dispatch_rule() :: {Host::match(), list({Path::match(), Handler::module(), Opts::term()})}. --type dispatch() :: list(dispatch_rules()). +-type dispatch() :: list(dispatch_rule()). -- cgit v1.2.3