mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
修正翻译错误
This commit is contained in:
parent
5d506e9411
commit
7dfdb58a9b
@ -226,4 +226,4 @@ let origin = Point(0, 0, 0);
|
|||||||
> | ^ expected lifetime parameter
|
> | ^ expected lifetime parameter
|
||||||
> ```
|
> ```
|
||||||
>
|
>
|
||||||
> 第十章会讲到如何修复这个问题以便在结构体中储存引用,不过现在,通过从像 `&str` 这样的引用切换到像 `String` 这类拥有所有权的类型来修改修改这个错误。
|
> 第十章会讲到如何修复这个问题以便在结构体中储存引用,不过现在,我们会使用像 `String` 这类拥有所有权的类型来替代 `&str` 这样的引用以修正这个错误。
|
||||||
|
Loading…
Reference in New Issue
Block a user