Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion objc/runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Ivar object_getInstanceVariable(id obj, const char *name, void **outValue);
/**
* Returns a pointer to the function used to handle the specified message. If
* the receiver does not have a method corresponding to this message then this
* function may return a runtime function that performs forwarding.
* function returns the result of calling __objc_msg_forward2(nil, name).
*/
OBJC_PUBLIC
IMP class_getMethodImplementation(Class cls, SEL name);
Expand Down
Loading