Fix example in table.rs (#5035)

This commit is contained in:
ClementMabileau 2024-09-26 10:40:40 +02:00 committed by GitHub
parent 85b45435e0
commit 57895ad725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 $,