diff --git a/Layers.md b/Layers.md index 3d8eb87..f7ca568 100644 --- a/Layers.md +++ b/Layers.md @@ -3,7 +3,7 @@ Once you've used the Profile variable to get a layer, you can access it's proper ## Properties | Name | Type | Description | Get | Set | | :---------------- | :-------| :-------------------------------------------------------------------| :--:| :--:| -| Name | string | Returns or sets the name of the layer. | Yes | Yes | +| Name | string | Returns or sets the name of the layer. | Yes | Yes | | Enabled | boolean | Returns or sets whether the layer is an event or not. | Yes | Yes | | IsEvent | boolean | Returns or sets whether the layer is an event or not. | Yes | Yes | | Parent | layer | Returns the parent layer of the layer. | Yes | No |