From 21d9ebe33b3eaf65a4118fc5c3e7364e64d63769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 4 Oct 2014 13:21:16 +0300 Subject: Reverse the order of arguments of match_* functions Wasn't following the same order as the rest of the module. --- doc/src/manual/cowboy_req.ezdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/manual') diff --git a/doc/src/manual/cowboy_req.ezdoc b/doc/src/manual/cowboy_req.ezdoc index 9a2f34f..9b73886 100644 --- a/doc/src/manual/cowboy_req.ezdoc +++ b/doc/src/manual/cowboy_req.ezdoc @@ -128,7 +128,7 @@ Return the requested URL excluding the path component. This function will always return `undefined` until the `cowboy_router` middleware has been executed. -: match_cookies(Req, Fields) -> Map +: match_cookies(Fields, Req) -> Map Types: @@ -153,7 +153,7 @@ be converted through the use of constraints, making this function able to extract, validate and convert values all in one step. -: match_qs(Req, Fields) -> Map +: match_qs(Fields, Req) -> Map Types: -- cgit v1.2.3