We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a326507 commit 89159c2Copy full SHA for 89159c2
README.md
@@ -10,7 +10,7 @@ Macros: [`swift-interception-macros`](https://github.com/capturecontext/swift-in
10
11
### Basic
12
13
-Observe any selectors on NSObject instances
+Observe selectors on NSObject instances
14
15
```swift
16
import Interception
@@ -22,7 +22,7 @@ navigationController.setInterceptionHandler(
22
)
23
) { result in
24
print(result.args) // `animated` flag
25
- print(result.output) // popped `UIViewController?``
+ print(result.output) // popped `UIViewController?`
26
}
27
```
28
0 commit comments