From f5e71350cbd6c1238f677af9253f116acd7dbc43 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 15 Dec 2016 22:16:57 +1100 Subject: [PATCH] Minor edit --- Region-Pager-Base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Region-Pager-Base.md b/Region-Pager-Base.md index eb18307..7e3fe58 100644 --- a/Region-Pager-Base.md +++ b/Region-Pager-Base.md @@ -1,6 +1,6 @@ # Introduction -RegionPagerBase is the main class used in TurtleMap, and is the base class of `RegionPagerLua`. It handles a collection of region objects, which collectively form the game's map. RegionPagerBase was intentionally designed as the parent of `RegionPagerLua`, but is also fully functional on it's own. If you wish to use TurtleMap without any lua scripting, then RegionPagerBase will be your main interface with the map. +RegionPagerBase is one of the main classes used in TurtleMap, and is the base class of `RegionPagerLua`. It handles a collection of region objects, which collectively form the game's map. RegionPagerBase was intentionally designed as the parent of `RegionPagerLua`, but is also fully functional on it's own. If you wish to use TurtleMap without any lua scripting, then RegionPagerBase will be your main interface with the map. # Methods