change vector section in compliance on README

This commit is contained in:
Yuichi Nishiwaki 2013-11-17 17:35:58 +09:00
parent b19df05e81
commit 70357d7b7b
1 changed files with 1 additions and 1 deletions

View File

@ -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 | |