Browse Source

docs(generics) correct grammar

pull/1186/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
23a0633ab4
  1. 10
      subjects/generics/README.md

10
subjects/generics/README.md

@ -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)

Loading…
Cancel
Save