Skip to content

Commit a63ba4f

Browse files
committed
fix format of last example
1 parent 8a870c7 commit a63ba4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/distinct.janet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
(distinct "bookkeeper") # -> @[98 111 107 101 112 114]
66

7-
(sort (map string/from-bytes (distinct "bookkeeper"))) # -> @["b" "e" "k" "o" "p" "r"]
7+
(sort (map string/from-bytes
8+
(distinct "bookkeeper"))) # -> @["b" "e" "k" "o" "p" "r"]

0 commit comments

Comments
 (0)