From c2b540c21df0bdfc44ce495c832bd18b9ff3e048 Mon Sep 17 00:00:00 2001 From: Gert Goet Date: Mon, 4 Dec 2023 12:39:06 +0100 Subject: [PATCH] Wording --- recipes/deps_try/recipes.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/deps_try/recipes.clj b/recipes/deps_try/recipes.clj index bc4715d..9cb21b1 100644 --- a/recipes/deps_try/recipes.clj +++ b/recipes/deps_try/recipes.clj @@ -61,7 +61,7 @@ ;; Most recipes are like tutorials and so instead of just ;; submitting every step, it's good to know about the eval-at-point -;; keybinding as it allows you to try things out: +;; keybinding as it allows you to quickly try variations: ;; Put the cursor on any of the commas in the code below and press ;; Control-x Control-e. It will you show you the evaluated result of ;; the expressions before it, giving you an insight in intermediate