Skip to content

Commit 07ccc8f

Browse files
committed
Translate untranslated line in destructure_structures.md
1 parent 50c8d5d commit 07ccc8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flow_control/match/destructuring/destructure_structures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ fn main() {
1616
}
1717
1818
// Try changing the values in the struct to see what happens
19+
// 構造体の中の値を変えて、何が起きるか見てみよう。
1920
let foo = Foo { x: (1, 2), y: 3 };
2021
2122
match foo {

0 commit comments

Comments
 (0)