Skip to content

Commit 8db6782

Browse files
committed
fix typo kodecocodes#249
1 parent 1d6bdbe commit 8db6782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Descriptive and consistent naming makes software easier to read and understand.
6868
- beginning factory methods with `make`
6969
- naming methods for their side effects
7070
- verb methods follow the -ed, -ing rule for the non-mutating version
71-
- noun methods follow the formX rule for the non-mutating version
71+
- noun methods follow the formX rule for the mutating version
7272
- boolean types should read like assertions
7373
- protocols that describe _what something is_ should read as nouns
7474
- protocols that describe _a capability_ should end in _-able_ or _-ible_

0 commit comments

Comments
 (0)