From 111a051c9ca275201f16c545a972835c388c415a Mon Sep 17 00:00:00 2001 From: kosay Date: Tue, 4 Jul 2023 01:07:21 +0900 Subject: [PATCH] chore(ui/popup): update comment [ci skip] --- src/ui/popup.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/popup.rs b/src/ui/popup.rs index 8078633a..1f167228 100644 --- a/src/ui/popup.rs +++ b/src/ui/popup.rs @@ -30,9 +30,9 @@ use super::{ /// └─────────────────────────────────────────────────┘ #[derive(Debug)] struct PopupChunkSize { - // content width percentage (0.0 ~ 100.0) + /// content width percentage (0.0 ~ 100.0) width: f32, - // content height percentage 0.0 ~ 100.0 + /// content height percentage (0.0 ~ 100.0) height: f32, }