Skip to content

Commit aaf8ac2

Browse files
committed
Tweak kvs docstring
1 parent 73b1cf5 commit aaf8ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boot/boot.janet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,8 +1803,8 @@
18031803
(flatten-into @[] xs))
18041804

18051805
(defn kvs
1806-
``Takes a table or struct and returns and array of key value pairs
1807-
like `@[k v k v ...]`. Returns a new array.``
1806+
``Takes a table or struct and returns a new array of key value pairs
1807+
like `@[k v k v ...]`.``
18081808
[dict]
18091809
(def ret @[])
18101810
(loop [k :keys dict] (array/push ret k (in dict k)))

0 commit comments

Comments
 (0)