Skip to content

Commit 4248ae3

Browse files
committed
Update translation for Primitive Types (1.9)
1 parent eb30ffe commit 4248ae3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

1.9/ja/book/primitive-types.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,8 @@ let middle = &a[1..4]; // 1、2、3のみを要素に持つaのスライス
276276
<!-- reference, like `&str`. We'll elaborate further when we cover -->
277277
<!-- [Strings][strings] and [references]. -->
278278
Rustの `str` 型は最もプリミティブな文字列型です。
279-
[サイズ不定型][dst] のように、それ自体が非常に便利なものではありませんが、 [`&str`][strings] のように参照の後ろに置かれたときに便利になります。
280-
そのため、それはそのまま置いておきましょう。
281-
(TODO:翻訳を更新する)
279+
[サイズ不定型][dst] のように、それ単体ではあまり便利ではありませんが、 [`&str`][strings] のように参照の後ろに置かれたときに便利になります。
280+
[文字列][strings][参照][references] についてカバーする際に、より正確に学びましょう。
282281

283282
[dst]: unsized-types.html
284283
[strings]: strings.html

0 commit comments

Comments
 (0)