Update docs

This commit is contained in:
Aaron Smith 2023-09-28 16:39:25 +01:00
parent 9b6be14441
commit 46937c6979
16 changed files with 157 additions and 116 deletions

View file

@ -77,7 +77,7 @@ be parented.
```lua
type Children = {
-- allows us to also optionally pass a source that returns an array of children instead
-- also can optionally pass a source that returns an array of children too
Children = Array<Instance> | () -> Array<Instance>
}