Skip to content

Commit 8f28dfd

Browse files
committed
Translate untranslated line in box.md
1 parent d672bef commit 8f28dfd

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)