Closed k4otix closed 4 months ago
remove duplicate owns keyword causing syntax error
owns
This PR corrects a sample solution for defining ownerships in lesson 5.1. The previous solution incorrectly repeated the keyword owns, causing invalid syntax when executed. The updated solution remedies this error and is a functioning TypeQL query.
This is a lesson documentation update only.
Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.
Trivial Change
Code
Architecture
Many thanks @k4otix!
remove duplicate
owns
keyword causing syntax errorWhat is the goal of this PR?
This PR corrects a sample solution for defining ownerships in lesson 5.1. The previous solution incorrectly repeated the keyword
owns
, causing invalid syntax when executed. The updated solution remedies this error and is a functioning TypeQL query.What are the changes implemented in this PR?
This is a lesson documentation update only.