From 9b8a05bbc11a60bb3411abfffa7e974021af9cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 30 Aug 2016 13:03:26 +0200 Subject: Fix rendering issues in the guide and manual --- doc/src/manual/cowboy_req.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/manual/cowboy_req.asciidoc') diff --git a/doc/src/manual/cowboy_req.asciidoc b/doc/src/manual/cowboy_req.asciidoc index 558592b..e1a2c4d 100644 --- a/doc/src/manual/cowboy_req.asciidoc +++ b/doc/src/manual/cowboy_req.asciidoc @@ -326,7 +326,7 @@ Return the extra tokens from matching against `...` during routing. === peer(Req) -> Peer -Peer = {inet:ip_address(), inet:port_number()}:: Peer IP address and port number. +Peer = `{inet:ip_address(), inet:port_number()}`:: Peer IP address and port number. Return the client's IP address and port number. -- cgit v1.2.3