Skip to content

Commit e4ec7e6

Browse files
authored
involving === verb, involved === adjective
Change `involving` to `involved` to now read, `...call for rather involved syntax.`
1 parent 9d4132b commit e4ec7e6

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)