From 9305f240f7d81fb6e567f13532eedd3cc09d58dc Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 10 Dec 2024 21:17:58 +0200 Subject: [PATCH] update comments --- .../browser/window/tab/item/page/content/status/download.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/browser/window/tab/item/page/content/status/download.rs b/src/app/browser/window/tab/item/page/content/status/download.rs index 65f9af9f..846ee0bb 100644 --- a/src/app/browser/window/tab/item/page/content/status/download.rs +++ b/src/app/browser/window/tab/item/page/content/status/download.rs @@ -27,9 +27,8 @@ const TITLE: &str = "Download"; /// Create new [StatusPage](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.StatusPage.html) /// preset with children widget contain download UI -/// * includes progress indication and UI controls -/// * applies callback function once on destination [File](https://docs.gtk.org/gio/iface.File.html) selected -/// * requires external IOStream read/write implementation (depending of protocol) +/// * apply callback function on destination [File](https://docs.gtk.org/gio/iface.File.html) selected +/// * require external IOStream read/write implementation (depending of protocol) pub fn new( initial_filename: &str, cancellable: &Cancellable,