Skip to content

Commit b935f29

Browse files
committed
Update some translations to reflect comments
1 parent 64f018c commit b935f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.6/ja/book/ownership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Rustはそれらの目標をたくさんの「ゼロコスト抽象化」を通
6767
<!-- [Variable bindings][bindings] have a property in Rust: they ‘have ownership’ -->
6868
<!-- of what they’re bound to. This means that when a binding goes out of scope, -->
6969
<!-- Rust will free the bound resources. For example: -->
70-
Rustの [変数束縛][bindings] 、束縛されているものの「所有権を持つ」という特性を持ちます
70+
Rustでは [変数束縛][bindings] はある特性を持ちます。それは、束縛されているものの「所有権を持つ」ということです
7171
これは束縛がスコープから外れるとき、Rustは束縛されているリソースを解放するだろうということを意味します。
7272
例えばこうです。
7373

1.9/ja/book/ownership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Rustはそれらの目標をたくさんの「ゼロコスト抽象化」を通
6767
<!-- [Variable bindings][bindings] have a property in Rust: they ‘have ownership’ -->
6868
<!-- of what they’re bound to. This means that when a binding goes out of scope, -->
6969
<!-- Rust will free the bound resources. For example: -->
70-
Rustの [変数束縛][bindings] 、束縛されているものの「所有権を持つ」という特性を持ちます
70+
Rustでは [変数束縛][bindings] はある特性を持ちます。それは、束縛されているものの「所有権を持つ」ということです
7171
これは束縛がスコープから外れるとき、Rustは束縛されているリソースを解放するだろうということを意味します。
7272
例えばこうです。
7373

0 commit comments

Comments
 (0)