]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Minor typo fix - 'question mark' -> 'exclamation mark'
authorKunal Gangakhedkar <kunal.gangakhedkar@gmail.com>
Tue, 17 Aug 2021 06:25:45 +0000 (11:55 +0530)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Aug 2021 07:57:54 +0000 (09:57 +0200)
Signed-off-by: Kunal Gangakhedkar <kunal.gangakhedkar@gmail.com>
doc/configuration.txt

index 556e97731f9277ff2917bc4a7b4127bfda34d093..0ee901c04c923330712d13225f553d31d7df9eb0 100644 (file)
@@ -813,8 +813,8 @@ expression made of any combination of:
   - a non-nul integer (e.g. '1'), always returns "true".
   - a predicate optionally followed by argument(s) in parenthesis.
   - a condition placed between a pair of parenthesis '(' and ')'
-  - a question mark ('!') preceding any of the non-empty elements above, and
-    which will negate its status.
+  - an exclamation mark ('!') preceding any of the non-empty elements above,
+    and which will negate its status.
   - expressions combined with a logical AND ('&&'), which will be evaluated
     from left to right until one returns false
   - expressions combined with a logical OR ('||'), which will be evaluated