Browse Source

docs(own-and-return): remove space

pull/1603/head
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 ### Usage
Here is a possible program to test your function : Here is a possible program to test your function:
```rust ```rust
use own_and_return::*; use own_and_return::*;

Loading…
Cancel
Save