aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-07 01:44:15 +0200
committerLoïc Hoguin <[email protected]>2016-11-07 01:44:15 +0200
commitbd34dfdedd369b42b1e6920f60c32b0594802aa2 (patch)
treeeae97b150ae8e5e0c2d7047990d52a55c97fc6e7 /doc
parentb2e981ca40c16a8df3f605973c6da2664ce54bb4 (diff)
downloadcowboy-bd34dfdedd369b42b1e6920f60c32b0594802aa2.tar.gz
cowboy-bd34dfdedd369b42b1e6920f60c32b0594802aa2.tar.bz2
cowboy-bd34dfdedd369b42b1e6920f60c32b0594802aa2.zip
Small tweak to Asciidoc
Fixes Hugo rendering.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/cowboy_req.parse_header.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_req.parse_header.asciidoc b/doc/src/manual/cowboy_req.parse_header.asciidoc
index 14e640d..6980e14 100644
--- a/doc/src/manual/cowboy_req.parse_header.asciidoc
+++ b/doc/src/manual/cowboy_req.parse_header.asciidoc
@@ -212,7 +212,7 @@ parse_header(_, Req) -> {undefined, RawValue}
----
%% Accept everything when header is missing.
Accept = cowboy_req:parse_header(<<"accept">>, Req,
- [{{<<"*">>, <<"*">>, []}, 1000, []}]).
+ [{{ <<"*">>, <<"*">>, []}, 1000, []}]).
----
.Parse the content-length header