Skip to content

Commit

Permalink
docs: remove empty 'where' clause (circuithub#327)
Browse files Browse the repository at this point in the history
This hanging where statement seems like a typo or the ghost of a proper where long gone
  • Loading branch information
TeofilC authored and abigailalice committed Aug 3, 2024
1 parent ab4e152 commit 2b3583b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ focus on the /type/ of that query::
author <- each authorSchema
project <- projectsForAuthor author
return (author, project)
where

>>> :t select conn authorsAndProjects
select conn authorsAndProjects
Expand Down

0 comments on commit 2b3583b

Please sign in to comment.