docs(generics) correct grammar

This commit is contained in:
davhojt 2022-06-08 06:46:34 +03:00 committed by Dav Hojt
parent d36e462f3b
commit 23a0633ab4
1 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,9 @@
### Instructions
Write a **function** called `identity` which calculates the identity of a value (receives any data type and returns the same value).
Create a **function** named `identity` which calculates the identity of a value (receives any data type and returns the same value).
### Notions
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
### Expected Function (signature to be completed)
@ -38,3 +34,7 @@ Hello, world!
3
$
```
### Notions
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)