aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_req.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/manual/cowboy_req.asciidoc')
-rw-r--r--doc/src/manual/cowboy_req.asciidoc2
1 files changed, 1 insertions, 1 deletions
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.