diff --git a/Documentation.md b/Documentation.md index aa5ae20..c602279 100644 --- a/Documentation.md +++ b/Documentation.md @@ -809,12 +809,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) @@ -822,12 +822,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