Skip to content

Commit 66abde8

Browse files
committed
Little fix translation
1 parent 16d6072 commit 66abde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.6/ja/book/operators-and-overloading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fn main() {
4141
<!-- In `main`, we can use `+` on our two `Point`s, since we’ve implemented -->
4242
<!-- `Add<Output=Point>` for `Point`. -->
4343
`main` 中で、2つの `Point` に対して `+` を使うことができます、
44-
これは `Point` にたいして `Add<Output=Point>` を実装したためです。
44+
これは `Point` に対して `Add<Output=Point>` を実装したためです。
4545

4646
<!-- There are a number of operators that can be overloaded this way, and all of -->
4747
<!-- their associated traits live in the [`std::ops`][stdops] module. Check out its -->

0 commit comments

Comments
 (0)