Skip to content

Commit 7d36c9c

Browse files
committed
docs: readme tweak
1 parent 737d3f0 commit 7d36c9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,11 +523,11 @@ more performant than ~t-cons~ since it performs no final reversal.
523523
(t-transduce #'t-pass #'t-snoc '(1 2 3))
524524
#+end_src
525525

526-
*** t-vector
527-
528526
#+RESULTS:
529527
: (3 2 1)
530528

529+
*** t-vector
530+
531531
Collect a stream of values into a vector.
532532

533533
#+begin_src emacs-lisp :results verbatim :exports both

0 commit comments

Comments
 (0)