diff options
Diffstat (limited to 'exercises/14_generics/README.md')
| -rw-r--r-- | exercises/14_generics/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/14_generics/README.md b/exercises/14_generics/README.md index 72cff3f..0c8c8cb 100644 --- a/exercises/14_generics/README.md +++ b/exercises/14_generics/README.md @@ -7,5 +7,5 @@ The simplest and most common use of generics is for type parameters. ## Further information -- [Generic Data Types](https://doc.rust-lang.org/stable/book/ch10-01-syntax.html) +- [Generic Data Types](https://doc.rust-lang.org/book/ch10-01-syntax.html) - [Bounds](https://doc.rust-lang.org/rust-by-example/generics/bounds.html) |
