diff --git a/objcguide.xml b/objcguide.xml index 554323d..aebeb55 100644 --- a/objcguide.xml +++ b/objcguide.xml @@ -338,7 +338,7 @@

- Naming rules are very import in maintainable code. Objective-C method + Naming rules are very important in maintainable code. Objective-C method names tend to be very long, but this has the benefit that a block of code can almost read like prose, thus rendering many comments unnecessary.

When writing pure Objective-C code, we mostly follow standard