Skip to content

Commit dada509

Browse files
authored
Merge pull request #157 from kdnakt/translate-destructure-structures
Translate untranslated line in destructure_structures.md
2 parents 7a8ca92 + 07ccc8f commit dada509

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)