Skip to content

Commit 89159c2

Browse files
committed
Update README.md
1 parent a326507 commit 89159c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Macros: [`swift-interception-macros`](https://github.com/capturecontext/swift-in
1010

1111
### Basic
1212

13-
Observe any selectors on NSObject instances
13+
Observe selectors on NSObject instances
1414

1515
```swift
1616
import Interception
@@ -22,7 +22,7 @@ navigationController.setInterceptionHandler(
2222
)
2323
) { result in
2424
print(result.args) // `animated` flag
25-
print(result.output) // popped `UIViewController?``
25+
print(result.output) // popped `UIViewController?`
2626
}
2727
```
2828

0 commit comments

Comments
 (0)