mirror of https://github.com/stelzo/typst.git
Fix example in table.rs (#5035)
This commit is contained in:
parent
85b45435e0
commit
57895ad725
|
|
@ -62,7 +62,7 @@ use crate::visualize::{Paint, Stroke};
|
||||||
/// inset: 10pt,
|
/// inset: 10pt,
|
||||||
/// align: horizon,
|
/// align: horizon,
|
||||||
/// table.header(
|
/// table.header(
|
||||||
/// [], [*Area*], [*Parameters*],
|
/// [], [*Volume*], [*Parameters*],
|
||||||
/// ),
|
/// ),
|
||||||
/// image("cylinder.svg"),
|
/// image("cylinder.svg"),
|
||||||
/// $ pi h (D^2 - d^2) / 4 $,
|
/// $ pi h (D^2 - d^2) / 4 $,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue