Skip to content

Commit f0f2aa3

Browse files
committed
Grammar fix
1 parent f7f57fc commit f0f2aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional/generics-type-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Second, it makes the `impl` blocks easier to read, because they are broken down
204204
by state. Methods common to all states are typed once in one block, and methods
205205
unique to one state are in a separate block.
206206

207-
Both of these mean there are fewer lines of code and it is better organized.
207+
Both of these mean there are fewer lines of code, and they are better organized.
208208

209209
## Disadvantages
210210

0 commit comments

Comments
 (0)