aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-05 14:22:18 +0200
committerLoïc Hoguin <[email protected]>2016-11-05 14:22:18 +0200
commit0df88c0d0aae13eaf0a2770e5d0c51a66f1238b9 (patch)
treecf1032529797b51fccfe5877af84e8818763e1d0 /doc/src/manual
parenta24d48fec6f207954c7a403ee0943afe619832d9 (diff)
downloadcowboy-0df88c0d0aae13eaf0a2770e5d0c51a66f1238b9.tar.gz
cowboy-0df88c0d0aae13eaf0a2770e5d0c51a66f1238b9.tar.bz2
cowboy-0df88c0d0aae13eaf0a2770e5d0c51a66f1238b9.zip
Tweak small things in the cowboy manual
Diffstat (limited to 'doc/src/manual')
-rw-r--r--doc/src/manual/cowboy.asciidoc6
-rw-r--r--doc/src/manual/cowboy.set_env.asciidoc2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/manual/cowboy.asciidoc b/doc/src/manual/cowboy.asciidoc
index 0c97a7f..7374cd3 100644
--- a/doc/src/manual/cowboy.asciidoc
+++ b/doc/src/manual/cowboy.asciidoc
@@ -26,10 +26,10 @@ fields() :: [Name
| {Name, Constraints}
| {Name, Constraints, Default}]
-Name :: atom()
+Name :: atom()
Constraints :: Constraint | [Constraint]
-Constraint :: cowboy_constraints:constraint()
-Default :: any()
+Constraint :: cowboy_constraints:constraint()
+Default :: any()
----
Fields description for match operations.
diff --git a/doc/src/manual/cowboy.set_env.asciidoc b/doc/src/manual/cowboy.set_env.asciidoc
index 03f3a19..30af485 100644
--- a/doc/src/manual/cowboy.set_env.asciidoc
+++ b/doc/src/manual/cowboy.set_env.asciidoc
@@ -42,7 +42,7 @@ and `middlewares`.
Value::
The new value.
-
++
The type of the value differs depending on the key.
== Return value