Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episodes/05-intro_to_querying.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ SELECT * WHERE {
```

*Hint* It is enough to start typing "SELECT" and then use the auto-completion with
Ctrl+Space. % TODO what is this for on a Mac?
Ctrl+Space.

Inside the parenthesis you can then place the statements describing the graph pattern
you are looking for.
Expand Down
Loading