diff --git a/crates/typst/src/model/table.rs b/crates/typst/src/model/table.rs index 02c2f0d40..249f6590b 100644 --- a/crates/typst/src/model/table.rs +++ b/crates/typst/src/model/table.rs @@ -62,7 +62,7 @@ use crate::visualize::{Paint, Stroke}; /// inset: 10pt, /// align: horizon, /// table.header( -/// [], [*Area*], [*Parameters*], +/// [], [*Volume*], [*Parameters*], /// ), /// image("cylinder.svg"), /// $ pi h (D^2 - d^2) / 4 $,