0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00

Rename dispatch() into dispatch_rules().

This commit is contained in:
Loïc Hoguin 2011-04-18 12:14:13 +02:00
parent ecf117b375
commit ef2673b61e
3 changed files with 4 additions and 3 deletions

View file

@ -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()).