fix comment

This commit is contained in:
yggverse 2024-11-10 09:29:37 +02:00
parent 4981815246
commit e47c22ac92

View File

@ -4,7 +4,7 @@ use gtk::{
prelude::ActionExt,
};
/// [SimpleAction](https://docs.gtk.org/gio/class.SimpleAction.html) wrapper for `Close` action of `Browser` group
/// [SimpleAction](https://docs.gtk.org/gio/class.SimpleAction.html) wrapper for `Append` action of `Browser` group
pub struct Append {
gobject: SimpleAction,
}