Skip to content

Commit

Permalink
Fix invalid method name in comment (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw authored Jan 31, 2024
1 parent c3d8bab commit 2fa000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RCTBaseTextInputView+Markdown.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ + (void)load
}

{
// swizzle setAttributedText
// swizzle updateLocalData
SEL originalSelector = @selector(updateLocalData);
SEL swizzledSelector = @selector(markdown_updateLocalData);
Method originalMethod = class_getInstanceMethod(cls, originalSelector);
Expand Down

0 comments on commit 2fa000c

Please sign in to comment.