Update Examples
parent
8d862ef2bb
commit
1dc8f530e3
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ fn main
|
||||||
//! Note more literate logical operators
|
//! Note more literate logical operators
|
||||||
let big_n =
|
let big_n =
|
||||||
if n < 10 and n > -10
|
if n < 10 and n > -10
|
||||||
println! ", and is small, × 10"
|
println! ", and is small, * 10"
|
||||||
// This expression returns an `i32`.
|
// This expression returns an `i32`.
|
||||||
10 * n
|
10 * n
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue