Browse Source

Tweak small things in the cowboy manual

Loïc Hoguin 8 years ago
parent
commit
0df88c0d0a
2 changed files with 4 additions and 4 deletions
  1. 3 3
      doc/src/manual/cowboy.asciidoc
  2. 1 1
      doc/src/manual/cowboy.set_env.asciidoc

+ 3 - 3
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.

+ 1 - 1
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