Skip to content

Commit

Permalink
fix(docs): Corrected typo in Configurations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plan-do-break-fix authored and calebcartwright committed Apr 23, 2021
1 parent 292c0cc commit 76ea9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

1 comment on commit 76ea9bf

@eadf
Copy link

@eadf eadf commented on 76ea9bf Apr 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wraping?

Please sign in to comment.