exp/textinput: update doc

This commit is contained in:
Hajime Hoshi 2025-02-10 21:44:56 +09:00
parent abde76aed8
commit 38f370f819

View File

@ -15,7 +15,7 @@
// Package textinput provides a text-inputting controller. // Package textinput provides a text-inputting controller.
// This package is experimental and the API might be changed in the future. // 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 package textinput
import ( import (