Skip to content

Commit f1e49bf

Browse files
authored
Merge pull request #3963 from Yung-Beef/patch-1
Update ch10-00-generics.md
2 parents a99d21f + 40f5ec3 commit f1e49bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch10-00-generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ have to remember to update the code in multiple places when we want to change
7878
it.
7979

8080
To eliminate this duplication, we’ll create an abstraction by defining a
81-
function that operates on any list of integers passed in a parameter. This
81+
function that operates on any list of integers passed in as a parameter. This
8282
solution makes our code clearer and lets us express the concept of finding the
8383
largest number in a list abstractly.
8484

0 commit comments

Comments
 (0)