aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--string.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.clj b/string.clj
index 5e738961..ec4edf5a 100644
--- a/string.clj
+++ b/string.clj
@@ -16,7 +16,7 @@
(clojure/in-ns 'string)
(clojure/refer 'clojure)
-;; until Clojure upports "..." arguments, calling String/format directly
+;; until Clojure supports "..." arguments, calling String/format directly
;; is just ugly enough, and could be commonly used enough to warrant a
;; Clojure wrapper.
;;