summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrantor <trantorvega@gmail.com>2017-11-13 12:49:51 +0100
committerWilliam Langford <wlangfor@gmail.com>2017-11-22 13:47:35 -0500
commitbdaddcf10730e2a266f99d38f80b15dcfd5dd036 (patch)
treee20bca30780c10eb86cae30f7616155fd94ad2fd
parent7b81a836c31500e685d043729259affa8b670a87 (diff)
Typo correction
Suppresion -> Suppression
-rw-r--r--docs/content/3.manual/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index 119d42bf..6baa58ca 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -2179,7 +2179,7 @@ sections:
because no label `$out` is visible.
- - title: "Error Suppresion / Optional Operator: `?`"
+ - title: "Error Suppression / Optional Operator: `?`"
body: |
The `?` operator, used as `EXP?`, is shorthand for `try EXP`.