Browse Source

docs(own-and-return): remove space

DEV-4017-prototypes-exercise-1-animals
eslopfer 2 years ago
parent
commit
64274236fb
  1. 2
      subjects/own-and-return/README.md

2
subjects/own-and-return/README.md

@ -27,7 +27,7 @@ pub fn take_film_name(/* to be implemented */) -> String {
### Usage
Here is a possible program to test your function :
Here is a possible program to test your function:
```rust
use own_and_return::*;

Loading…
Cancel
Save