diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-13 15:14:25 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-13 16:04:25 +0100 |
| commit | b1b4e52af9e2da8f8ae1fc17a81ed6cbcbb8f525 (patch) | |
| tree | e97ad140dac6d0414e9b49f7d01abccdcd717d4f /library/src/layout/grid.rs | |
| parent | 72b60dfde751b4a2ab279aa1fcfa559b4a75eb51 (diff) | |
Block sizing
Diffstat (limited to 'library/src/layout/grid.rs')
| -rw-r--r-- | library/src/layout/grid.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/grid.rs b/library/src/layout/grid.rs index 5e8b50d1..92bf19d1 100644 --- a/library/src/layout/grid.rs +++ b/library/src/layout/grid.rs @@ -37,7 +37,7 @@ use super::Sizing; /// /// ## Example /// ```example -/// #set text(10pt, weight: "bold") +/// #set text(10pt, style: "italic") /// #let cell = rect.with( /// inset: 8pt, /// fill: rgb("e4e5ea"), |
