From 3393ffa4c496f34a782b2acb989c0603cd53d145 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 8 Nov 2024 05:40:33 +0200 Subject: [PATCH] fix comment --- src/app/browser/window/tab/item/page/meta/redirect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/window/tab/item/page/meta/redirect.rs b/src/app/browser/window/tab/item/page/meta/redirect.rs index 2bd7b9c8..6f7e091b 100644 --- a/src/app/browser/window/tab/item/page/meta/redirect.rs +++ b/src/app/browser/window/tab/item/page/meta/redirect.rs @@ -11,7 +11,7 @@ use gtk::glib::GString; /// * `is_foreground` - indicates how to process this redirect /// * `request` - destination /// * currently, it's raw `GString` not [Uri](https://docs.gtk.org/glib/struct.Uri.html) -/// because of compatibility with request field as it could contain any other, not parsable values +/// because of compatibility with request field as it could contain any other, not parsable values pub struct Redirect { is_foreground: bool, request: GString,