Skip to content

Commit

Permalink
Fixing TomDoc style
Browse files Browse the repository at this point in the history
  • Loading branch information
robb committed Sep 24, 2013
1 parent 335015a commit e45915e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mantle/MTLModel.h
Expand Up @@ -74,7 +74,7 @@
// It is recommended to override -isEqual: in this scenario. // It is recommended to override -isEqual: in this scenario.
- (BOOL)isEqual:(id)object; - (BOOL)isEqual:(id)object;


// Returns a string that describes the contents of the receiver. // A string that describes the contents of the receiver.
// //
// The default implementation is based on the receiver's class and its // The default implementation is based on the receiver's class and its
// -dictionaryValue. // -dictionaryValue.
Expand Down

0 comments on commit e45915e

Please sign in to comment.