diff --git a/objcguide.md b/objcguide.md index 65dfb11fe..a37cc8d23 100644 --- a/objcguide.md +++ b/objcguide.md @@ -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: