diff options
author | scgilardi <scgilardi@gmail.com> | 2008-04-07 06:47:28 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2008-04-07 06:47:28 +0000 |
commit | a9cc1cb7c9acbacc58d55893b10d5a588f3ab191 (patch) | |
tree | db8f3d536d4abe72ce7ad03102c00350275aa65c | |
parent | da367723d33b20cb89e4aac7dc4221a0138c2f8f (diff) |
jewel.clj: doc update
-rw-r--r-- | jewel.clj | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ ;; and provides two functions that make it convenient to use jewels from ;; Clojure source code and the Clojure repl: ;; -;; 'jewel/require' takes a symbol representing a jewel and zero or more +;; 'jewel/require' takes a symbol that names a jewel and zero or more ;; optional keyword parameters. ;; jewel/require: ;; - ensures that the jewel is either already loaded or loads it from |