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