You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-14 12:32:49 +02:00
Fix typo in basic-syntax/variables.md. (#339)
This commit is contained in:
@@ -14,7 +14,7 @@ fn main() {
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
* Due to type inference the `i32` is optional. We will gradually show the types less and less as the type progresses.
|
* Due to type inference the `i32` is optional. We will gradually show the types less and less as the course progresses.
|
||||||
* Note that since `println!` is a macro, `x` is not moved, even using the function like syntax of `println!("x: {}", x)`
|
* Note that since `println!` is a macro, `x` is not moved, even using the function like syntax of `println!("x: {}", x)`
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Reference in New Issue
Block a user