From 4a9e36481fc682d9e21bedef81e06a8335246de3 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 20 Mar 2025 11:19:35 +0100 Subject: Update comment --- tui/widget/widget.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/widget/widget.ha b/tui/widget/widget.ha index 6c7ec7b..05ade80 100644 --- a/tui/widget/widget.ha +++ b/tui/widget/widget.ha @@ -198,7 +198,7 @@ export fn print(w: *widget) void = { w.state.clear = false; }; -// Applies styling (style) to the given string. +// Applies styling (style) to the given string slice. fn applystyles(st: (*style | void), s: []str) []str = { return match (st) { case let st: *style => -- cgit v1.2.3