mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-22 23:10:20 +08:00
fix: 修复拼写错误 (#68)
This commit is contained in:
parent
97086e8263
commit
a5972df716
@ -37,7 +37,7 @@ let s = "initial contents".to_string();
|
||||
|
||||
这些代码会创建包含 `initial contents` 的字符串。
|
||||
|
||||
也可以使用 `String::from` 函数来从字符串字面量创建 `String`。示例 8-13 中的代码代码等同于使用 `to_string`。
|
||||
也可以使用 `String::from` 函数来从字符串字面量创建 `String`。示例 8-13 中的代码等同于使用 `to_string`。
|
||||
|
||||
```rust
|
||||
let s = String::from("initial contents");
|
||||
|
Loading…
Reference in New Issue
Block a user