From 39fa497f43b4440f65697c1f9f58262db114efcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kriv=C3=A1cs=20Schr=C3=B8der?= Date: Sat, 22 May 2021 08:34:41 +0200 Subject: [PATCH] Update flexibility.md Fixes #240 --- src/flexibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flexibility.md b/src/flexibility.md index 65f2438..e3c6792 100644 --- a/src/flexibility.md +++ b/src/flexibility.md @@ -114,7 +114,7 @@ needs to make about its arguments. inferred, generic functions can help cut down on verbosity in code where explicit conversions or other method calls would usually be necessary. -* _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