Skip to content

Commit

Permalink
Merge pull request rust-lang#2009 from Yung-Beef/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mo8it authored Jul 2, 2024
2 parents 18a9a2e + fa452b3 commit 888ad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/14_generics/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generics

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

Expand Down

0 comments on commit 888ad35

Please sign in to comment.