From 970658f54b1ab2a3358cba05535a9893e9a4ed12 Mon Sep 17 00:00:00 2001 From: Leonhard Date: Thu, 19 Dec 2024 19:29:53 +0100 Subject: [PATCH] Update src/Gestures/GestureTracker.vala Co-authored-by: Leo --- src/Gestures/GestureTracker.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gestures/GestureTracker.vala b/src/Gestures/GestureTracker.vala index da8063a18..e56e9ee66 100644 --- a/src/Gestures/GestureTracker.vala +++ b/src/Gestures/GestureTracker.vala @@ -88,7 +88,7 @@ public class Gala.GestureTracker : Object { /** * @param percentage Value between 0 and 1. - * @param completions How often a full cycle of the gesture was completed in this go. Can be + * @param completions The number of times a full cycle of the gesture was completed in this go. Can be * negative if the gesture was started in one direction but ended in the other. This is used to update * the UI to the according state. 0 for example means that the UI should go back to the same state * it was in before the gesture started.