Skip to content

Commit

Permalink
sibling, not sigling
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 17, 2021
1 parent 8bdd699 commit 399f55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/src/FamilyTree.elm
Expand Up @@ -339,7 +339,7 @@ viewRelationships model personId =
|> Datalog.with "person" [ Datalog.var "id", Datalog.var "name" ]
|> Datalog.with "parent" [ Datalog.int personId, Datalog.var "id" ]
, {-
siblings(siglingId, siblingName) :-
siblings(siblingId, siblingName) :-
person(siblingId, siblingName),
parent(parentId, personId),
parent(parentId, siblingId),
Expand Down

0 comments on commit 399f55f

Please sign in to comment.