aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/types.hrl2
1 files changed, 1 insertions, 1 deletions
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()).