We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0a3ce commit 5a6bb7eCopy full SHA for 5a6bb7e
README.md
@@ -28,7 +28,7 @@ static func setUp(for view: UIView, threshold: Int = 100, onLoop: @escaping () -
28
29
```swift
30
LayoutLoopHunter.setUp(for: view) {
31
-print("Hello, world")
+ print("Hello, world")
32
}
33
```
34
## Author
0 commit comments