mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-02 17:48:47 +02:00
Fix typo in basic-syntax/variables.md. (#339)
This commit is contained in:
parent
b5518e9b16
commit
ace97aaeb2
@ -14,7 +14,7 @@ fn main() {
|
||||
|
||||
<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)`
|
||||
|
||||
</details>
|
||||
|
Loading…
x
Reference in New Issue
Block a user