mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-24 16:10:25 +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.
|
||||
- It remains so until it ‘goes out of scope’.
|
||||
|
||||
At this point, things are similar to other programming languages. Let’s build
|
||||
on top of this understanding by introducing a new type: `String`.
|
||||
At this point, things are similar to other programming languages. Now let’s
|
||||
build on top of this understanding by introducing the `String` type.
|
||||
|
||||
## Strings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user