From 2c735294cd5e47f1f1eb6402a3b8c500dccd047b Mon Sep 17 00:00:00 2001 From: Alex Sayers Date: Mon, 3 Apr 2023 22:56:23 +0900 Subject: Improve justification of Chinese/Japanese text (#542) --- library/src/layout/container.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'library/src/layout') diff --git a/library/src/layout/container.rs b/library/src/layout/container.rs index 0f81a1df..166d6c09 100644 --- a/library/src/layout/container.rs +++ b/library/src/layout/container.rs @@ -84,6 +84,7 @@ pub struct BoxElem { /// outset: (y: 3pt), /// radius: 2pt, /// )[rectangle]. + /// ``` #[resolve] #[fold] pub outset: Sides>>, -- cgit v1.2.3