aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-01 13:33:48 +0200
committerLoïc Hoguin <[email protected]>2016-10-01 13:33:48 +0200
commit144c5c0cc7aded3541be0f13a54f16f6c59cc4c6 (patch)
tree93339846a9b7d169e45bff7d151e0044df9a8969 /doc/src/manual/cowboy.asciidoc
parent25c124f494b15fc8d8046c8047b8625b2e0ec9b7 (diff)
downloadcowboy-144c5c0cc7aded3541be0f13a54f16f6c59cc4c6.tar.gz
cowboy-144c5c0cc7aded3541be0f13a54f16f6c59cc4c6.tar.bz2
cowboy-144c5c0cc7aded3541be0f13a54f16f6c59cc4c6.zip
Small tweaks to cowboy module manual
Diffstat (limited to 'doc/src/manual/cowboy.asciidoc')
-rw-r--r--doc/src/manual/cowboy.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/manual/cowboy.asciidoc b/doc/src/manual/cowboy.asciidoc
index 6aad091..0c97a7f 100644
--- a/doc/src/manual/cowboy.asciidoc
+++ b/doc/src/manual/cowboy.asciidoc
@@ -6,7 +6,7 @@ cowboy - HTTP server
== Description
-The `cowboy` module provides convenience functions for
+The module `cowboy` provides convenience functions for
manipulating Ranch listeners.
== Exports
@@ -34,9 +34,9 @@ Default :: any()
Fields description for match operations.
-This type is used in link:man:cowboy_router(3)[cowboy_router]
+This type is used in link:man:cowboy_router(3)[cowboy_router(3)]
for matching bindings and in the match functions found in
-link:man:cowboy_req(3)[cowboy_req].
+link:man:cowboy_req(3)[cowboy_req(3)].
=== http_headers()