Skip to content

Commit

Permalink
修改排版
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYilong committed Sep 15, 2015
1 parent 80761b5 commit 0c1f830
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
`-(id)initUserModelWithUserName: (NSString*)name withAge:(int)age;`方法中`(NSString*)name`,应为`(NSString *)name`,少了空格。
7. <p><del>doLogIn方法中的 `LogIn` 命名不清晰:笔者猜测是login的意思,应该是粗心手误造成的。
(勘误: `Login` 是名词, `LogIn` 是动词,都表示登陆的意思。见: [ ***Log in vs. login*** ](http://grammarist.com/spelling/log-in-login/))</del></p>

###2. 什么情况使用 weak 关键字,相比 assign 有什么不同?
什么情况使用 weak 关键字?

Expand Down

0 comments on commit 0c1f830

Please sign in to comment.