Skip to content

Commit

Permalink
objcguide: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
algonell committed Dec 7, 2024
1 parent d028baa commit c2f4046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objcguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ TimeZoneMappingSet *timeZoneMappings = [TimeZoneMappingSet setWithObjects:...];
Use the most descriptive common superclass or protocol available. In the most
generic case when nothing else is known, declare the collection to be explicitly
heterogenous using id.
heterogeneous using id.
```objectivec
// GOOD:
Expand Down

0 comments on commit c2f4046

Please sign in to comment.