From 4772d4a964b8625928541c2606419272085ca22c Mon Sep 17 00:00:00 2001 From: Kasper Date: Wed, 2 Apr 2025 12:13:53 +0200 Subject: [PATCH] Change underscore to caret --- notebooks/introduction.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/introduction.clj b/notebooks/introduction.clj index 2c1db86..6b46fdf 100644 --- a/notebooks/introduction.clj +++ b/notebooks/introduction.clj @@ -50,7 +50,7 @@ ;; As an example, the infinite sequence returned by `(range)` will be ;; loaded a little bit at a time as you click on the results. (Note -;; the little underscore under the first paren, it lets you switch +;; the little caret next to the first paren, it lets you switch ;; this sequence to a vertical rather than horizontal view). (range)