From 2abf7c5e8ae8fe550f86b1a26bca6746eb2db904 Mon Sep 17 00:00:00 2001 From: Mawueli Kofi Adzoe Date: Thu, 8 Oct 2015 07:16:19 +0000 Subject: [PATCH] Fix tiny typo. --- lt-cljs-tutorial.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lt-cljs-tutorial.cljs b/lt-cljs-tutorial.cljs index e4b5bca..373fa68 100644 --- a/lt-cljs-tutorial.cljs +++ b/lt-cljs-tutorial.cljs @@ -1087,7 +1087,7 @@ x ;; Here are some highlights and patterns that newcomers to ClojureScript might ;; find useful. Remember you can type Control-Shift-D at anytime to bring up -;; the documentation panel to see what any of these function do. +;; the documentation panel to see what any of these functions do. (apply str (interpose ", " ["Bob" "Mary" "George"]))