typedb / typedb-docs

TypeDB Documentation
27 stars 72 forks source link

Typo fix in example query #885

Closed k4otix closed 4 months ago

k4otix commented 4 months ago

remove duplicate owns keyword causing syntax error

What 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.

typedb-bot commented 4 months ago

PR Review Checklist

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

james-whiteside commented 4 months ago

Many thanks @k4otix!