Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wcxdell authored Jun 28, 2016
1 parent f488204 commit 7e36645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Student *student = [Student objectWithJSON:dic];
```
NSMutableArray *array = [NSMutableArray array];
for (int i = 0; i<2; i++) {
Student *tmpStudent = [[Student alloc] init];
tmpStudent.name = @"changxu";
[array addObject:tmpStudent];
Student *tmpStudent = [[Student alloc] init];
tmpStudent.name = @"changxu";
[array addObject:tmpStudent];
}
Student *smallStudent = [[Student alloc] init];
Expand Down

0 comments on commit 7e36645

Please sign in to comment.