Skip to content

Commit d0462bd

Browse files
authored
Merge pull request #175 from kdnakt/translate-box
Translate untranslated line in box.md
2 parents 285ed96 + 8f28dfd commit d0462bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/std/box.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ struct Point {
2929
3030
// A Rectangle can be specified by where its top left and bottom right
3131
// corners are in space
32+
// 長方形(`Rectangle`)は左上の角と右下の角がどこにあるかによって特定できる
3233
#[allow(dead_code)]
3334
struct Rectangle {
3435
top_left: Point,

0 commit comments

Comments
 (0)