diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-21 16:28:54 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-21 16:32:14 +0100 |
| commit | 038f9b015ee1248c3636c5e1b2edb5c4767ed837 (patch) | |
| tree | 0f6b0a00ffefe8ff25ca1ddb2ec740499c109531 /library/src/visualize/shape.rs | |
| parent | 31f904a2c406953cbce334e02b37a712b9b9d016 (diff) | |
Document `line` function
Diffstat (limited to 'library/src/visualize/shape.rs')
| -rw-r--r-- | library/src/visualize/shape.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/visualize/shape.rs b/library/src/visualize/shape.rs index 9bf2bbab..2a733368 100644 --- a/library/src/visualize/shape.rs +++ b/library/src/visualize/shape.rs @@ -205,7 +205,7 @@ impl Inline for RectNode {} /// ## Example /// ``` /// // Without content. -/// #square(size: 30pt) +/// #square(size: 40pt) /// /// // With content. /// #square[ @@ -428,7 +428,7 @@ impl Inline for EllipseNode {} /// ## Example /// ``` /// // Without content. -/// #circle(radius: 15pt) +/// #circle(radius: 25pt) /// /// // With content. /// #circle[ |
