mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-25 00:18:46 +08:00
Reword a case of similar wording
This commit is contained in:
parent
7cca51f3c0
commit
df6105e53b
@ -51,8 +51,8 @@ In other words, there are two important points in time here:
|
|||||||
- When `s` comes ‘into scope’, it is valid.
|
- When `s` comes ‘into scope’, it is valid.
|
||||||
- It remains so until it ‘goes out of scope’.
|
- It remains so until it ‘goes out of scope’.
|
||||||
|
|
||||||
At this point, things are similar to other programming languages. Let’s build
|
At this point, things are similar to other programming languages. Now let’s
|
||||||
on top of this understanding by introducing a new type: `String`.
|
build on top of this understanding by introducing the `String` type.
|
||||||
|
|
||||||
## Strings
|
## Strings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user