Skip to content

Commit 308a510

Browse files
authored
Merge pull request #10 from pedrovereza/fix-readme-example
Fixes code example in README
2 parents 1c714c3 + fa9cff0 commit 308a510

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
@@ -43,7 +43,7 @@ let interposer = try Interpose(TestClass.self) {
4343

4444
print("After Interposing \(`self`)")
4545

46-
return string + testSwizzleAddition
46+
return string + " and Interpose"
4747

4848
// Similar signature cast as above, but without selector.
4949
} as @convention(block) (AnyObject) -> String})

0 commit comments

Comments
 (0)