Skip to content

Commit fa452b3

Browse files
authored
Update README.md
1 parent 18a9a2e commit fa452b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/14_generics/README.md

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

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

0 commit comments

Comments
 (0)