Skip to content

Commit 970658f

Browse files
Update src/Gestures/GestureTracker.vala
Co-authored-by: Leo <[email protected]>
1 parent 7651f43 commit 970658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gestures/GestureTracker.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class Gala.GestureTracker : Object {
8888

8989
/**
9090
* @param percentage Value between 0 and 1.
91-
* @param completions How often a full cycle of the gesture was completed in this go. Can be
91+
* @param completions The number of times a full cycle of the gesture was completed in this go. Can be
9292
* negative if the gesture was started in one direction but ended in the other. This is used to update
9393
* the UI to the according state. 0 for example means that the UI should go back to the same state
9494
* it was in before the gesture started.

0 commit comments

Comments
 (0)