aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/lazy_seqs.clj
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-05-04 06:16:22 +0000
committerTom Faulhaber <git_net@infolace.com>2009-05-04 06:16:22 +0000
commitdd497fb5154f8a26f9a09af7361981cb196bdf67 (patch)
treea837a506d855c292544856ec1e8df2d83699f2ad /src/clojure/contrib/lazy_seqs.clj
parent86e90011e274910c618a5592d21ba3ce290a6855 (diff)
Fixed a bunch of little doc errors
Diffstat (limited to 'src/clojure/contrib/lazy_seqs.clj')
-rw-r--r--src/clojure/contrib/lazy_seqs.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clojure/contrib/lazy_seqs.clj b/src/clojure/contrib/lazy_seqs.clj
index 91b2e831..dda5aac5 100644
--- a/src/clojure/contrib/lazy_seqs.clj
+++ b/src/clojure/contrib/lazy_seqs.clj
@@ -32,7 +32,8 @@
(ns
#^{:author "Stephen C. Gilardi",
- :doc "==== Lazy sequences ====
+ :doc "
+==== Lazy sequences ====
primes - based on the \"naive\" implemention described in [1] plus a
small \"wheel\" which eliminates multiples of 2, 3, 5, and