Fix usage example comment for ZONE_BASE:GetProperty() (#1775)

* Fixed some typos of forms of the word 'strategy'.

* Fix ZONE_BASE:GetProperty() usage example comment

Co-authored-by: dogjutsu <dogjutsu@mattjay.net>
This commit is contained in:
dogjutsu 2022-09-02 09:28:18 -07:00 committed by GitHub
parent 4aa3edc508
commit df54d09494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,7 +572,7 @@ end
-- --
-- local PropertiesZone = ZONE:FindByName("Properties Zone") -- local PropertiesZone = ZONE:FindByName("Properties Zone")
-- local Property = "ExampleProperty" -- local Property = "ExampleProperty"
-- local PropertyValue = PropertiesZone:GetProperty(PropertyName) -- local PropertyValue = PropertiesZone:GetProperty(Property)
-- --
function ZONE_BASE:GetProperty(PropertyName) function ZONE_BASE:GetProperty(PropertyName)
return self.Properties[PropertyName] return self.Properties[PropertyName]