aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_dispatcher.erl
diff options
context:
space:
mode:
authorderdesign <[email protected]>2012-12-10 19:30:30 -0400
committerderdesign <[email protected]>2012-12-10 19:30:30 -0400
commit0ed805439aa036f00ddb18c6c99b1e07a05e9f45 (patch)
tree774ccc9c0f27a52db10f99b6f90c061227239a2e /src/cowboy_dispatcher.erl
parent6d4e15705fc1ac4a8cbb12cb9ea5ce62cf4df8b0 (diff)
downloadcowboy-0ed805439aa036f00ddb18c6c99b1e07a05e9f45.tar.gz
cowboy-0ed805439aa036f00ddb18c6c99b1e07a05e9f45.tar.bz2
cowboy-0ed805439aa036f00ddb18c6c99b1e07a05e9f45.zip
Fix broken 'make docs'
Diffstat (limited to 'src/cowboy_dispatcher.erl')
-rw-r--r--src/cowboy_dispatcher.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_dispatcher.erl b/src/cowboy_dispatcher.erl
index fae18fc..5b75398 100644
--- a/src/cowboy_dispatcher.erl
+++ b/src/cowboy_dispatcher.erl
@@ -45,7 +45,7 @@
%% <em>PathRules</em> being a list of <em>{Path, HandlerMod, HandlerOpts}</em>.
%%
%% <em>Hostname</em> and <em>Path</em> are match rules and can be either the
-%% atom <em>'_'</em>, which matches everything, <<"*">>, which match the
+%% atom <em>'_'</em>, which matches everything, `<<"*">>', which match the
%% wildcard path, or a list of tokens.
%%
%% Each token can be either a binary, the atom <em>'_'</em>,