Skip to content

Commit 13f50fd

Browse files
committed
Change scope to method type.
1 parent 18d8908 commit 13f50fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Local variables should not contain underscores.
228228

229229
## Methods
230230

231-
In method signatures, there should be a space after the scope (-/+ 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.
231+
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.
232232

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

0 commit comments

Comments
 (0)