Skip to content

Commit e54bc8a

Browse files
committed
grammar
1 parent aed4c09 commit e54bc8a

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
@@ -77,7 +77,7 @@ Descriptive and consistent naming makes software easier to read and understand.
7777
- generally avoiding abbreviations
7878
- using precedent for names
7979
- preferring methods and properties to free functions
80-
- making acronyms and initialisms are cased uniformly up or down
80+
- casing acronyms and initialisms uniformly up or down
8181
- giving the same base name to methods that share the same meaning
8282
- avoiding overloads on return type
8383
- choosing good parameter names that serve as documentation

0 commit comments

Comments
 (0)