mirror of
https://github.com/Ukendio/jecs.git
synced 2026-05-13 14:24:14 +00:00
ensure doc comments are same across files
This commit is contained in:
parent
bbf9727220
commit
dbcf1022d9
1 changed files with 2 additions and 1 deletions
|
|
@ -254,7 +254,8 @@ export type World = {
|
|||
index: number?
|
||||
) -> Entity<unknown>?,
|
||||
|
||||
-- Gets an iterator for all viable targets of a relationship
|
||||
-- Gets an iterator for all targets of a relationship.
|
||||
-- Returns an empty iterator if no matches are found.
|
||||
targets: <T>(
|
||||
self: World,
|
||||
id: Entity<T> | number,
|
||||
|
|
|
|||
Loading…
Reference in a new issue