提交 060224af 编写于 作者: R Rahul Horé

Fixes output

上级 e8ddad18
......@@ -1561,7 +1561,7 @@ println!("The second name is: {}", names[1]);
These subscripts start at zero, like in most programming languages, so the
first name is `names[0]` and the second name is `names[1]`. The above example
prints `The second name is Brian`.
prints `The second name is: Brian`.
There's a whole lot more to vectors, but that's enough to get started. We have
now learned all of the most basic Rust concepts. We're ready to start building
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册