From 5a843bee615a5f7b9fcc0660cbbe1aa9eca5c087 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 28 Nov 2023 16:00:32 -0600 Subject: [PATCH] widget: update documentation Signed-off-by: Elias Naur --- widget/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/doc.go b/widget/doc.go index 52d486b0..97274b82 100644 --- a/widget/doc.go +++ b/widget/doc.go @@ -2,5 +2,5 @@ // Package widget implements state tracking and event handling of // common user interface controls. To draw widgets, use a theme -// packages such as package gioui.org/widget/material. +// packages such as package [gioui.org/widget/material]. package widget