We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d278632 + 56fd31f commit 4c7d53aCopy full SHA for 4c7d53a
src/doc/style/features/traits/generics.md
@@ -29,7 +29,7 @@ explicitly implement to be used by this generic function.
29
explicit conversions or other method calls would usually be necessary. See the
30
[overloading/implicits use case](#use-case:-limited-overloading-and/or-implicit-conversions)
31
below.
32
-* _Precise types_. Because generic give a _name_ to the specific type
+* _Precise types_. Because generics give a _name_ to the specific type
33
implementing a trait, it is possible to be precise about places where that
34
exact type is required or produced. For example, a function
35
0 commit comments