update comment

This commit is contained in:
yggverse 2024-12-16 15:43:32 +02:00
parent c12c829dc6
commit fc0cb06239

View File

@ -18,7 +18,7 @@ impl Tag {
// Init `Self` // Init `Self`
tag_table.add(&found); tag_table.add(&found);
tag_table.add(&current); // keep current priority as `current` overwrites `found` tag! tag_table.add(&current); // keep current priority as `current` should overwrite `found`
// https://docs.gtk.org/gtk4/method.TextTag.set_priority.html // https://docs.gtk.org/gtk4/method.TextTag.set_priority.html
Self { current, found } Self { current, found }