From 0de5e4df733ce61356be8bb978746e13540fe9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 30 Aug 2016 13:29:19 +0200 Subject: Fix more documentation rendering issues --- docs/en/cowboy/2.0/guide/req/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/en/cowboy/2.0/guide/req') diff --git a/docs/en/cowboy/2.0/guide/req/index.html b/docs/en/cowboy/2.0/guide/req/index.html index 342684d4..15c08a98 100644 --- a/docs/en/cowboy/2.0/guide/req/index.html +++ b/docs/en/cowboy/2.0/guide/req/index.html @@ -356,7 +356,7 @@ list [{<<"key">>, true}], using true to in parameter key was defined, but with no value.

The second function Cowboy provides allows you to match out only the parameters you are interested in, and at the same -time do any post processing you require using constraints. +time do any post processing you require using constraints. This function returns a map.