From 56fd31f9a4a816e82a22787dab20cf785761f3f8 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 23 Jun 2015 15:54:16 -0700 Subject: [PATCH] Fix grammar in style guide on traits Fixes #26366 --- src/doc/style/features/traits/generics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/style/features/traits/generics.md b/src/doc/style/features/traits/generics.md index 371420431e70..2d9356fc42d1 100644 --- a/src/doc/style/features/traits/generics.md +++ b/src/doc/style/features/traits/generics.md @@ -29,7 +29,7 @@ explicitly implement to be used by this generic function. explicit conversions or other method calls would usually be necessary. See the [overloading/implicits use case](#use-case:-limited-overloading-and/or-implicit-conversions) below. -* _Precise types_. Because generic give a _name_ to the specific type +* _Precise types_. Because generics give a _name_ to the specific type implementing a trait, it is possible to be precise about places where that exact type is required or produced. For example, a function