From c799421879f14a18b756420ebd9912251756c5df Mon Sep 17 00:00:00 2001 From: SekoiaTree <51149447+SekoiaTree@users.noreply.github.com> Date: Sun, 2 Apr 2023 19:55:25 +0200 Subject: [PATCH] Fix a copy-paste typo in CircleElem's docs (#534) --- library/src/visualize/shape.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/visualize/shape.rs b/library/src/visualize/shape.rs index 601f0d85b..ba7f052ff 100644 --- a/library/src/visualize/shape.rs +++ b/library/src/visualize/shape.rs @@ -382,7 +382,7 @@ pub struct CircleElem { /// The circle's width. This is mutually exclusive with `radius` and /// `height`. /// - /// In contrast to `size`, this can be relative to the parent container's + /// In contrast to `radius`, this can be relative to the parent container's /// width. #[parse( let size = args @@ -398,7 +398,7 @@ pub struct CircleElem { /// The circle's height.This is mutually exclusive with `radius` and /// `width`. /// - /// In contrast to `size`, this can be relative to the parent container's + /// In contrast to `radius`, this can be relative to the parent container's /// height. #[parse(match size { None => args.named("height")?,