From bdaddcf10730e2a266f99d38f80b15dcfd5dd036 Mon Sep 17 00:00:00 2001 From: trantor Date: Mon, 13 Nov 2017 12:49:51 +0100 Subject: [PATCH] Typo correction Suppresion -> Suppression --- docs/content/3.manual/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.