From 76ea9bfeb92bd781d066424318052ae3b2f424aa Mon Sep 17 00:00:00 2001 From: plan-do-break-fix Date: Fri, 23 Apr 2021 00:03:36 -0500 Subject: [PATCH] fix(docs): Corrected typo in Configurations.md --- Configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations.md b/Configurations.md index ef081c48030..e93e4eea044 100644 --- a/Configurations.md +++ b/Configurations.md @@ -1912,7 +1912,7 @@ fn say_hi() { ## `preserve_closure_block_wrapping` -Preserves block wraping arround closures. For example, useful when the closure `||` can be +Preserves block wraping around closures. For example, useful when the closure `||` can be confused with OR. - **Default value**: `false`