chore: fix one small comment

This commit is contained in:
Byson94
2025-10-20 22:23:24 +05:30
parent 5f576315fe
commit 21d50ed7e6

View File

@@ -716,7 +716,7 @@ impl<B: DisplayBackend> App<B> {
Ok(())
}
/// Load a given CSS string into the gtk css provider, returning a nicely formatted [`DiagError`] when GTK errors out
/// Load a given CSS string into the gtk css provider
pub fn load_css(&mut self, _file_id: usize, css: &str) -> Result<()> {
self.css_provider.load_from_data(&css);