Skip to content

Commit

Permalink
formatted inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
icanzilb committed Dec 24, 2013
1 parent 6d51892 commit daa6392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Local variables should not contain underscores.

In method signatures, there should be a space after the method type (-/+ symbol). There should be a space between the method segments (matching Apple's style). Always include a keyword and be descriptive with the word before the argument which describes the argument.

The usage of the word "and" is reserved. It should not be used for multiple parameters as illustrated in the initWithWidth:height: example below.
The usage of the word "and" is reserved. It should not be used for multiple parameters as illustrated in the `initWithWidth:height:` example below.

**Preferred:**
```objc
Expand Down

0 comments on commit daa6392

Please sign in to comment.