From ac651def3b6f518c2768a52ddb249c6dcf7c9020 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 24 Sep 2022 09:37:59 +0900 Subject: [PATCH] ebiten: typo --- vibrate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vibrate.go b/vibrate.go index 344246a8e..7536f94ac 100644 --- a/vibrate.go +++ b/vibrate.go @@ -63,7 +63,7 @@ type VibrateGamepadOptions struct { // The value is in between 0 and 1. StrongMagnitude float64 - // StrongMagnitude is the rumble intensity of a high-frequency rumble motor. + // WeakMagnitude is the rumble intensity of a high-frequency rumble motor. // The value is in between 0 and 1. WeakMagnitude float64 }