From 4540ce54398da8ff119d33fbdb4c588342e214f7 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 31 Mar 2024 22:39:51 +0900 Subject: [PATCH] examples/scroll: update comments --- examples/scroll/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scroll/main.go b/examples/scroll/main.go index 91d32743c..d6af27297 100644 --- a/examples/scroll/main.go +++ b/examples/scroll/main.go @@ -44,7 +44,7 @@ type Game struct { // offsetStartY is the content offset in the Y axis when dragging started. offsetStartY int - // velocityY is the scrolling velocity when a pointing device is released. + // velocityY is the scrolling velocity in the Y axis. velocityY int itemCount int