diff --git a/Documentation.md b/Documentation.md index f506c79..203df58 100644 --- a/Documentation.md +++ b/Documentation.md @@ -821,12 +821,12 @@ Not available -####WGScrollByX +####WGScrollXBy Scrolls the currently selected view's contents by a specified delta horizontally (positive or negative).
AssemblyApplesoft
-X:		WGScrollByX
+X:		WGScrollXBy
 A: 		Offset to apply to X scroll position
 
Not available (see WGScrollBy) @@ -834,12 +834,12 @@ Not available (see WGScrollBy)
-####WGScrollByY +####WGScrollYBy Scrolls the currently selected view's contents by a specified delta vertically (positive or negative).
AssemblyApplesoft
-X:		WGScrollY
+X:		WGScrollYBy
 A: 		Offset to apply to Y scroll position
 
Not available