Skip to content

Commit af5e588

Browse files
committed
translate comment
1 parent 2b5991a commit af5e588

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ impl Add<i32> for Point {
8181
type Output = f64;
8282

8383
fn add(self, rhs: i32) -> f64 {
84-
// add an i32 to a Point and get an f64
84+
# // // add an i32 to a Point and get an f64
85+
// i32をPointに加算しf64を返す
8586
# 1.0
8687
}
8788
}

0 commit comments

Comments
 (0)