diff options
| author | ClementMabileau <mabileau.clement@gmail.com> | 2024-09-26 10:40:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 08:40:40 +0000 |
| commit | 57895ad7251131de980b650a3d0955f6649578ff (patch) | |
| tree | 608e6d8b517099701f2c827cb464cf028027247b | |
| parent | 85b45435e08eaa85b0ac06d54c200bcaa6f0deef (diff) | |
Fix example in table.rs (#5035)
| -rw-r--r-- | crates/typst/src/model/table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/src/model/table.rs b/crates/typst/src/model/table.rs index 02c2f0d4..249f6590 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 $, |
