Skip to content

Commit 3ad4028

Browse files
authored
Modified wrong word.
yPos -> yVal
1 parent b0791f1 commit 3ad4028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/USB/Mouse/mouseMove.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Moves the cursor on a connected computer. The motion onscreen is always relative
2020

2121
[float]
2222
=== Syntax
23-
`Mouse.move(xVal, yPos, wheel);`
23+
`Mouse.move(xVal, yVal, wheel);`
2424

2525

2626
[float]

0 commit comments

Comments
 (0)