We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ddad1 commit 060224aCopy full SHA for 060224a
src/doc/guide.md
@@ -1561,7 +1561,7 @@ println!("The second name is: {}", names[1]);
1561
1562
These subscripts start at zero, like in most programming languages, so the
1563
first name is `names[0]` and the second name is `names[1]`. The above example
1564
-prints `The second name is Brian`.
+prints `The second name is: Brian`.
1565
1566
There's a whole lot more to vectors, but that's enough to get started. We have
1567
now learned all of the most basic Rust concepts. We're ready to start building
0 commit comments