mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Fix rendering issues in the guide and manual
This commit is contained in:
parent
bee1320700
commit
9b8a05bbc1
4 changed files with 6 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue