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 9d4132b + e4ec7e6 commit 40bb392Copy full SHA for 40bb392
src/generics.md
@@ -2,7 +2,7 @@
2
3
*Generics* is the topic of generalizing types and functionalities to broader
4
cases. This is extremely useful for reducing code duplication in many ways,
5
-but can call for rather involving syntax. Namely, being generic requires
+but can call for rather involved syntax. Namely, being generic requires
6
taking great care to specify over which types a generic type
7
is actually considered valid. The simplest and most common use of generics
8
is for type parameters.
0 commit comments