Skip to content

Commit 3e8abdb

Browse files
committed
第一题removeFriend中的小错误
1 parent 5dcd674 commit 3e8abdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01《招聘一个靠谱的iOS》面试题参考答案/《招聘一个靠谱的iOS》面试题参考答案(上).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ typedef NS_ENUM(NSInteger, CYLSex) {
471471
}
472472
473473
- (void)removeFriend:(CYLUser *)user {
474-
[_friends removeObject:person];
474+
[_friends removeObject:user];
475475
}
476476
477477
- (id)copyWithZone:(NSZone *)zone {

0 commit comments

Comments
 (0)