diff --git a/README.md b/README.md index 05cf46d..a7a245d 100644 --- a/README.md +++ b/README.md @@ -2267,7 +2267,7 @@ _You can enable the following settings in Xcode by running [this script](resourc ### Closures -* (link) **Favor `Void` return types over `()` in closure declarations.** If you must specify a `Void` return type in a function declaration, use `Void` rather than `()` to improve readability. [![SwiftLint: void_return](https://img.shields.io/badge/SwiftLint-void__return-007A87.svg)](https://realm.github.io/SwiftLint/void_return) +* (link) **Favor `Void` return types over `()` in closure declarations.** If you must specify a `Void` return type in a function declaration, use `Void` rather than `()` to improve readability.