Skip to content

Commit 49f04d1

Browse files
committed
README formatting
1 parent 6e53215 commit 49f04d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,10 @@ All functions return lazy sequences.
9595
[2 4]
9696

9797
; Permuting all the combinations
98-
=> (combo/permuted-combinations [1 2 3] 2) -> ([1 2] [2 1] [1 3] [3 1] [2 3] [3 2])
99-
=> (combo/permuted-combinations [1 2 2] 2) -> ([1 2] [2 1] [2 2])))
98+
=> (combo/permuted-combinations [1 2 3] 2)
99+
([1 2] [2 1] [1 3] [3 1] [2 3] [3 2])
100+
=> (combo/permuted-combinations [1 2 2] 2)
101+
([1 2] [2 1] [2 2])))
100102

101103

102104
; SUBSETS

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy