Skip to content

Commit 957f24f

Browse files
committed
Merge branch 'master' of https://github.com/icanzilb/JSONModel
# By Alven Diaz # Via Alven Diaz (1) and Marin Todorov (1) * 'master' of https://github.com/icanzilb/JSONModel: Fixing typo in JSONModel header documentation.
2 parents 7a6ee0b + 92a5bc8 commit 957f24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JSONModel/JSONModel/JSONModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ lastPathComponent], __LINE__, [NSString stringWithFormat:(s), ##__VA_ARGS__] )
139139
/////////////////////////////////////////////////////////////////////////////////////////////
140140
#pragma mark - JSONModel interface
141141
/**
142-
* The JSONModel is an abstract model class, you should ot instantiate it directly,
142+
* The JSONModel is an abstract model class, you should not instantiate it directly,
143143
* as it does not have any properties, and therefore cannot serve as a data model.
144144
* Instead you should subclass it, and define the properties you want your data model
145145
* to have as properties of your own class.

0 commit comments

Comments
 (0)