From 65f17bba76ee53aa79cd57503bcef4d7851e45b6 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 18 May 2023 18:24:37 +0000 Subject: [PATCH] Restyled by prettier-markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab12bac..468ecf7 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ func Resize[T giu.Widget]( This will resize `w`. It is the first animation that requires a [Type Parameter](https://go.dev/tour/generics/1). -It is because first of arguments - a widget `w` needs to implement one extra method - +It is because first of arguments - a widget `w` needs to implement one extra method - the `Size(w, h float32)`. Second argument is a list of sizes to apply as Key Frames.