diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-05-03 07:14:23 +0000 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-05-03 07:14:23 +0000 |
commit | 47a2f69414f0c3ff90fb2fad4930d9af3d491d23 (patch) | |
tree | 35700a1ce11bdfd8c60b9b7337cbdadbbac2d89c /src/clojure/contrib/agent_utils.clj | |
parent | a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30 (diff) |
A couple of small corrections to the doc.
Diffstat (limited to 'src/clojure/contrib/agent_utils.clj')
-rw-r--r-- | src/clojure/contrib/agent_utils.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/agent_utils.clj b/src/clojure/contrib/agent_utils.clj index a8c718c6..0ab845d5 100644 --- a/src/clojure/contrib/agent_utils.clj +++ b/src/clojure/contrib/agent_utils.clj @@ -13,7 +13,7 @@ ;; note to other contrib members: feel free to add to this lib (ns - #^{:author "Cheistophe Grande", + #^{:author "Christophe Grande", :doc "Miscellaneous agent utilities (note to other contrib members: feel free to add to this lib)", } |