ensure doc comments are same across files

This commit is contained in:
kurokuukyo 2026-04-29 09:24:53 -04:00
parent bbf9727220
commit dbcf1022d9

View file

@ -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,