From 57895ad7251131de980b650a3d0955f6649578ff Mon Sep 17 00:00:00 2001 From: ClementMabileau Date: Thu, 26 Sep 2024 10:40:40 +0200 Subject: [PATCH] Fix example in table.rs (#5035) --- crates/typst/src/model/table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $,