diff options
author | scgilardi <scgilardi@gmail.com> | 2008-07-06 23:28:04 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2008-07-06 23:28:04 +0000 |
commit | 4237ed02105fc4c03cdee6399100029069b062a5 (patch) | |
tree | f7c588e62df5476dc167c529dfce32ce4cda8a93 | |
parent | 223f40a545bb583cc11ceb3f5d33b7a5a51ff9b3 (diff) |
string.clj: fix typo in comments
-rw-r--r-- | string.clj | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. ;; |