mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-22 20:19:42 +00:00
fixed grammar in functions exercise #3
Removed unnecessary third person 's'
This commit is contained in:
@ -35,7 +35,7 @@ fn print() -> i32 {
|
||||
|
||||
```rust,editable
|
||||
// Solve it in two ways
|
||||
// DON'T let `println!` works
|
||||
// DON'T let `println!` work
|
||||
fn main() {
|
||||
never_return();
|
||||
|
||||
@ -98,4 +98,4 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
> You can find the solutions [here](https://github.com/sunface/rust-by-practice/blob/master/solutions/basic-types/functions.md)(under the solutions path), but only use it when you need it
|
||||
> You can find the solutions [here](https://github.com/sunface/rust-by-practice/blob/master/solutions/basic-types/functions.md)(under the solutions path), but only use it when you need it
|
||||
|
Reference in New Issue
Block a user