Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guenchi authored Aug 30, 2018
1 parent f05bff4 commit 00bbea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Scheme's tiny function

`#(value1 value2 value3 ...) => ((0 . value1)(1 . value2)(2 . value3) ...)`

(vector->array list)
(vector->array association-list)

`((0 . value1)(1 . value2)(2 . value3) ...) => #(value1 value2 value3 ...)`

Expand Down

0 comments on commit 00bbea8

Please sign in to comment.