Skip to content

Commit 888ad35

Browse files
authored
Merge pull request #2009 from Yung-Beef/patch-2
Update README.md
2 parents 18a9a2e + fa452b3 commit 888ad35

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)