diff --git a/docs/learn/concepts/relationships.md b/docs/learn/concepts/relationships.md index 10faf2d..f9aff16 100644 --- a/docs/learn/concepts/relationships.md +++ b/docs/learn/concepts/relationships.md @@ -47,22 +47,10 @@ Get parent for entity world:parent(bob) ``` ```typescript [typescript] -world.parent(bob, pair(Eats, jecs.Wildcard) +world.parent(bob) ``` ::: -Find first target of a relationship for entity - -:::code-group -```luau [luau] -world:target(bob, Eats) -``` -```typescript [typescript] -world.target(bob, Eats) -``` -::: - - Find first target of a relationship for entity :::code-group