Skip to content

Commit 24153eb

Browse files
committed
tutorial: Typo
1 parent 18bce94 commit 24153eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Rust will assume that an unsuffixed integer literal has type
421421
~~~~
422422
let a = 1; // a is an int
423423
let b = 10i; // b is an int, due to the 'i' suffix
424-
let c = 100u; // c as a uint
424+
let c = 100u; // c is a uint
425425
let d = 1000i32; // d is an i32
426426
~~~~
427427

0 commit comments

Comments
 (0)