We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c11f67 + 39fa497 commit 62f82d1Copy full SHA for 62f82d1
src/flexibility.md
@@ -114,7 +114,7 @@ needs to make about its arguments.
114
inferred, generic functions can help cut down on verbosity in code where
115
explicit conversions or other method calls would usually be necessary.
116
117
-* _Precise types_. Because generic give a _name_ to the specific type
+* _Precise types_. Because generics give a _name_ to the specific type
118
implementing a trait, it is possible to be precise about places where that
119
exact type is required or produced. For example, a function
120
0 commit comments