Skip to content

Commit 62f82d1

Browse files
authored
Merge pull request #242 from alexschrod/patch-1
Fix typo in flexibility.md
2 parents 9c11f67 + 39fa497 commit 62f82d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flexibility.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ needs to make about its arguments.
114114
inferred, generic functions can help cut down on verbosity in code where
115115
explicit conversions or other method calls would usually be necessary.
116116

117-
* _Precise types_. Because generic give a _name_ to the specific type
117+
* _Precise types_. Because generics give a _name_ to the specific type
118118
implementing a trait, it is possible to be precise about places where that
119119
exact type is required or produced. For example, a function
120120

0 commit comments

Comments
 (0)