Merge pull request #1581 from tuyen-at-work/patch-2
Fix inconsistent between bash version and rust version of the sample
This commit is contained in:
commit
4d2dc6f482
|
@ -21,7 +21,7 @@ Will render as
|
|||
```rust
|
||||
# fn main() {
|
||||
let x = 5;
|
||||
let y = 7;
|
||||
let y = 6;
|
||||
|
||||
println!("{}", x + y);
|
||||
# }
|
||||
|
|
Loading…
Reference in New Issue