Skip to content

Commit 6cd35b1

Browse files
authored
Update README.md
1 parent c4522b0 commit 6cd35b1

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
@@ -65,8 +65,8 @@ Hi there 👋 and Interpose
6565
- Interpose directly modifies the implementaton of a `Method`, which is [better than selector-based swizzling]((https://pspdfkit.com/blog/2019/swizzling-in-swift/)).
6666
- Pure Swift, no `NSInvocation`, which requires boxing and can be slow.
6767
- No Type checking. If you have a typo or forget a `convention` part, this will crash at runtime.
68-
- Yes, you have to type the resulting type twice This is a tradeoff, else we need NSInvocation or assembly
69-
- Delayed Interposing helps when a class is loaded at runtime. This is useful for [Mac Catalyst](https://steipete.com/posts/mac-catalyst-crash-hunt/)
68+
- Yes, you have to type the resulting type twice This is a tradeoff, else we need NSInvocation or assembly.
69+
- Delayed Interposing helps when a class is loaded at runtime. This is useful for [Mac Catalyst](https://steipete.com/posts/mac-catalyst-crash-hunt/).
7070

7171
## Delayed Hooking
7272

0 commit comments

Comments
 (0)