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 Nov 22, 2024
1 parent e30a0cf commit 31f773b
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 31f773b

Please sign in to comment.