Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd4fad1

Browse filesBrowse files
committed
Fix param name in doc comment to quiet warning
1 parent 2707ef6 commit fd4fad1
Copy full SHA for fd4fad1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎JSONModel/JSONModel/JSONModel.h‎

Copy file name to clipboardExpand all lines: JSONModel/JSONModel/JSONModel.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ lastPathComponent], __LINE__, [NSString stringWithFormat:(s), ##__VA_ARGS__] )
108108
* should suffice, but developers have the option ot also overwrite it if needed.
109109
*
110110
* @param data representing a JSON response (usually fetched from web), to be imported in the model.
111-
* @param err an error or NULL
111+
* @param error an error or NULL
112112
*/
113113
-(instancetype)initWithData:(NSData*)data error:(NSError**)error;
114114

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.