From f47fe4ba97195eb1e010f3e69d1444c9e0c08bd8 Mon Sep 17 00:00:00 2001 From: Nathaniel D Porter Date: Wed, 15 Apr 2026 12:12:00 -0400 Subject: [PATCH] Remove note to check MAC shortcut in 05-intro_to_querying.md Removes the note about checking Mac shortcuts after verifying that CTRL+SPACE is correct on both Windows and Mac. --- episodes/05-intro_to_querying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/05-intro_to_querying.md b/episodes/05-intro_to_querying.md index a86d37ff..cd8e1b36 100644 --- a/episodes/05-intro_to_querying.md +++ b/episodes/05-intro_to_querying.md @@ -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.