Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jan 19, 2024
1 parent acd741d commit e03b687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/objc-helpers/BoxUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@end

/**
Signifies that NSObject conforming to it can be comapred to others of the same type
Signifies that NSObject conforming to it can be compared to others of the same type
*/
@protocol BoxedComparable<NSObject>
- (NSComparisonResult) compare:(id<BoxedComparable> __nonnull)other;
Expand Down

0 comments on commit e03b687

Please sign in to comment.