Skip to content

Commit 40bb392

Browse files
authored
Merge pull request #1461 from StevenBlack/generics-copyedit
involving === verb, involved === adjective
2 parents 9d4132b + e4ec7e6 commit 40bb392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*Generics* is the topic of generalizing types and functionalities to broader
44
cases. This is extremely useful for reducing code duplication in many ways,
5-
but can call for rather involving syntax. Namely, being generic requires
5+
but can call for rather involved syntax. Namely, being generic requires
66
taking great care to specify over which types a generic type
77
is actually considered valid. The simplest and most common use of generics
88
is for type parameters.

0 commit comments

Comments
 (0)