Browse Source

fix comment

master
yggverse 4 weeks ago
parent
commit
3393ffa4c4
  1. 2
      src/app/browser/window/tab/item/page/meta/redirect.rs

2
src/app/browser/window/tab/item/page/meta/redirect.rs

@ -11,7 +11,7 @@ use gtk::glib::GString; @@ -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,

Loading…
Cancel
Save