Skip to content

Commit 7833ca7

Browse files
committed
fix typo
1 parent f03395f commit 7833ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TestClass: NSObject {
2929
}
3030
}
3131

32-
try Interposer(TestClass.self) {
32+
try Interpose(TestClass.self) {
3333
try $0.hook(#selector(TestClass.sayHi), { store in { `self` in
3434
print("Before Interposing \(`self`)")
3535

0 commit comments

Comments
 (0)