Update functions.md

There was a little grammatical error in this section.
I modified: `DON'T let `println!` works` to `DON'T let `println!` work`
This commit is contained in:
xplorer1
2023-08-02 14:08:57 +01:00
committed by GitHub
parent 88191e18b2
commit 95d89d8f32

View File

@@ -35,7 +35,7 @@ fn print() -> i32 {
```rust,editable ```rust,editable
// Solve it in two ways // Solve it in two ways
// DON'T let `println!` works // DON'T let `println!` work
fn main() { fn main() {
never_return(); 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