From 5a2aa1e7effe6c378266ac426afc4307a50b791e Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 7 Feb 2018 13:10:20 -0500 Subject: [PATCH] typos in scrolling documentation --- Documentation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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