Skip to content

Commit f55d03c

Browse files
committed
Auto merge of #23838 - kgv:master, r=steveklabnik
Remove the last sentence about standard io chapter. Additional Fixes #23760
2 parents c748864 + f575aca commit f55d03c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/trpl/arrays-vectors-and-slices.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,4 @@ You can also take a slice of a vector, `String`, or `&str`, because they are
9999
backed by arrays. Slices have type `&[T]`, which we'll talk about when we cover
100100
generics.
101101

102-
We have now learned all of the most basic Rust concepts. Next, we learn how to
103-
get input from the keyboard.
102+
We have now learned all of the most basic Rust concepts.

0 commit comments

Comments
 (0)