From 70357d7b7b7ed3dbb19df6f4e91019690cad3daa Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 17 Nov 2013 17:35:58 +0900 Subject: [PATCH] change vector section in compliance on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fafd1b68..38f2dfe1 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ | 6.5 Symbols | yes | | | 6.6 Characters | yes | | | 6.7 Strings | incomplete | TODO: almost all functions in the section :-( | -| 6.8 Vectors | incomplete | TODO: `vector-copy`, ...etc | +| 6.8 Vectors | incomplete | string->vector, vector->string, ...etc | | 6.9 Bytevectors | incomplete | TODO: string<->utf8 conversion, etc | | 6.10 Control features | incomplete | TODO: `string-map`, `vector-map`, ...etc | | 6.11 Exceptions | no | |