diff --git a/widget/material/doc.go b/widget/material/doc.go index c44ec899..297b4b70 100644 --- a/widget/material/doc.go +++ b/widget/material/doc.go @@ -49,7 +49,7 @@ // though the underlying state is the same. A widget.Clickable can be drawn as a // round icon button: // -// icon := material.NewIcon(...) +// icon := widget.NewIcon(...) // // material.IconButton(theme, icon).Layout(gtx, button) //