From 38f370f819fb2d2983cb848d501308e89fa4d2dd Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 10 Feb 2025 21:44:56 +0900 Subject: [PATCH] exp/textinput: update doc --- exp/textinput/textinput.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp/textinput/textinput.go b/exp/textinput/textinput.go index 7741d9a8e..2e9176b0a 100644 --- a/exp/textinput/textinput.go +++ b/exp/textinput/textinput.go @@ -15,7 +15,7 @@ // Package textinput provides a text-inputting controller. // This package is experimental and the API might be changed in the future. // -// This package is supported by macOS and Web browsers so far. +// This package is supported on Windows, macOS, and Web browsers so far. package textinput import (