Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Dec 13, 2023
1 parent a8b0b92 commit daafec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/readme/lazy-seq.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Note: The producing function receives the last element as input to produce the n

**Realizing with doall**

Realizes all the elements of the lazy sequences upfront
Realizes all the elements of the finite lazy sequences upfront

```clojure
(let [q (conj! (queue) 1 2 3 nil)]
Expand All @@ -198,7 +198,7 @@ Collecting 3

**Realizing with docoll**

Realizes all the elements of the lazy sequences element by element
Realizes all the elements of the finite lazy sequences element by element

```clojure
(let [q (conj! (queue) 1 2 3 nil)]
Expand Down

0 comments on commit daafec5

Please sign in to comment.