We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a99d21f + 40f5ec3 commit f1e49bfCopy full SHA for f1e49bf
src/ch10-00-generics.md
@@ -78,7 +78,7 @@ have to remember to update the code in multiple places when we want to change
78
it.
79
80
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
+function that operates on any list of integers passed in as a parameter. This
82
solution makes our code clearer and lets us express the concept of finding the
83
largest number in a list abstractly.
84
0 commit comments