diff options
Diffstat (limited to 'include/types.hrl')
-rw-r--r-- | include/types.hrl | 2 |
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()). |