1
0
Fork 0

fix(markdown): In Attributes and Defs docs, correct list property description

This commit is contained in:
Benjamin Fan 2024-02-11 06:23:18 -08:00
parent e10b665f36
commit 74d30ec8b6
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ The Attributes constructor takes no arguments.
An Attributes object comes with the following property:
- `list` : The of individual attributes.
- `list` : Holds the internal object in which attributes are stored
## Methods
An Attributes object exposes the following methods: