From ef2673b61eb640768c8e83c5c6847b50255b07a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 18 Apr 2011 12:14:13 +0200 Subject: Rename dispatch() into dispatch_rules(). --- include/types.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/types.hrl') diff --git a/include/types.hrl b/include/types.hrl index d250f69..8bb94fb 100644 --- a/include/types.hrl +++ b/include/types.hrl @@ -24,4 +24,4 @@ -type dispatch_rule() :: {Host::match(), list({Path::match(), Handler::module(), Opts::term()})}. --type dispatch() :: list(dispatch_rule()). +-type dispatch_rules() :: list(dispatch_rule()). -- cgit v1.2.3