Skip to content

Commit 57698fe

Browse files
committed
tutorial: Remove some trivia
1 parent 6b8ebc1 commit 57698fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/tutorial.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fn main() {
8383
// Open a channel to receive game results
8484
do listen |result_from_game| {
8585
86-
let times = 10;
86+
let = 10;
8787
let player1 = "graydon";
8888
let player2 = "patrick";
8989
@@ -348,9 +348,6 @@ Rust identifiers must start with an alphabetic character or an
348348
underscore, and after that may contain any alphanumeric character, and
349349
more underscores.
350350

351-
***Note:*** The parser doesn't currently recognize non-ascii alphabetic
352-
characters. This is a bug that will eventually be fixed.
353-
354351
The double-colon (`::`) is used as a module separator, so
355352
`io::println` means 'the thing named `println` in the module
356353
named `io`'.

0 commit comments

Comments
 (0)