Skip to content

Commit d4d6b7a

Browse files
committed
Fix Translation?
1 parent db32d6f commit d4d6b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.6/ja/book/unsized-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Rustはいくつかのそのような型を扱うことができますが、そ
3131
<!-- So why bother? Well, because `[T]` can only be used behind a pointer, if we -->
3232
<!-- didn’t have language support for unsized types, it would be impossible to write -->
3333
<!-- this: -->
34-
なぜこんなにややこしいのでしょうか? これは、`[T]` はポインタを通してのみ操作可能であるためです。
34+
なぜこんなにややこしいのでしょうか? これは、`[T]` はポインタを通してのみ操作可能であるため、
3535
もし言語がサイズ不定型をサポートしていなかった場合、以下のようなコードを書くことは不可能となります:
3636

3737
```rust,ignore

0 commit comments

Comments
 (0)