diff options
| author | Joseph Wilson <jo.alex.w@gmail.com> | 2023-11-08 23:08:38 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-08 11:08:38 +0100 |
| commit | 2ce9d76025cdf90640da9c6e908dd7802582b89c (patch) | |
| tree | 5db951d34818ca3bee73b7eee6753b805904179b /crates/typst-library/src/visualize/shape.rs | |
| parent | 3a1e47913d874647e5d8d013a7e21beca96453d6 (diff) | |
Add constructor for `stroke`. (#2518)
Diffstat (limited to 'crates/typst-library/src/visualize/shape.rs')
| -rw-r--r-- | crates/typst-library/src/visualize/shape.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/visualize/shape.rs b/crates/typst-library/src/visualize/shape.rs index 3d4368f5..779b07ff 100644 --- a/crates/typst-library/src/visualize/shape.rs +++ b/crates/typst-library/src/visualize/shape.rs @@ -368,7 +368,7 @@ pub struct CircleElem { )] pub width: Smart<Rel<Length>>, - /// The circle's height.This is mutually exclusive with `radius` and + /// The circle's height. This is mutually exclusive with `radius` and /// `width`. /// /// In contrast to `radius`, this can be relative to the parent container's |
