diff --git a/src/jecs.luau b/src/jecs.luau index 453bc88..a8cb226 100755 --- a/src/jecs.luau +++ b/src/jecs.luau @@ -254,7 +254,8 @@ export type World = { index: number? ) -> Entity?, - -- 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: ( self: World, id: Entity | number,