We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb30ffe commit 4248ae3Copy full SHA for 4248ae3
1.9/ja/book/primitive-types.md
@@ -276,9 +276,8 @@ let middle = &a[1..4]; // 1、2、3のみを要素に持つaのスライス
276
<!-- reference, like `&str`. We'll elaborate further when we cover -->
277
<!-- [Strings][strings] and [references]. -->
278
Rustの `str` 型は最もプリミティブな文字列型です。
279
-[サイズ不定型][dst] のように、それ自体が非常に便利なものではありませんが、 [`&str`][strings] のように参照の後ろに置かれたときに便利になります。
280
-そのため、それはそのまま置いておきましょう。
281
-(TODO:翻訳を更新する)
+[サイズ不定型][dst] のように、それ単体ではあまり便利ではありませんが、 [`&str`][strings] のように参照の後ろに置かれたときに便利になります。
+[文字列][strings] と [参照][references] についてカバーする際に、より正確に学びましょう。
282
283
[dst]: unsized-types.html
284
[strings]: strings.html
0 commit comments