From 21d50ed7e6721db2486e2f293b8d8315559ceca1 Mon Sep 17 00:00:00 2001 From: Byson94 Date: Mon, 20 Oct 2025 22:23:24 +0530 Subject: [PATCH] chore: fix one small comment --- crates/ewwii/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ewwii/src/app.rs b/crates/ewwii/src/app.rs index 1160d80..0d2d438 100644 --- a/crates/ewwii/src/app.rs +++ b/crates/ewwii/src/app.rs @@ -716,7 +716,7 @@ impl App { 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);