Skip to content

Commit

Permalink
Merge pull request #120 from chinsyo/chinsyo-dev
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ibireme committed Jun 12, 2016
2 parents 0ae5e6c + 2eb88a4 commit 3760272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YYModel/NSObject+YYModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ NS_ASSUME_NONNULL_BEGIN
@param json A json dictionary of `NSDictionary`, `NSString` or `NSData`.
Example: {"user1":{"name","Mary"}, "user2": {name:"Joe"}}
@return A array, or nil if an error occurs.
@return A dictionary, or nil if an error occurs.
*/
+ (nullable NSDictionary *)yy_modelDictionaryWithClass:(Class)cls json:(id)json;
@end
Expand Down

0 comments on commit 3760272

Please sign in to comment.