grammer fix

This commit is contained in:
Yuichi Nishiwaki 2014-02-18 04:29:29 +09:00
parent 7d53c52c44
commit 6d25f54303
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
- `gensym` - `gensym`
- `macroexpand` - `macroexpand`
Old-fashioned macro facility. Old-fashioned macro.
- `make-syntactic-closure` - `make-syntactic-closure`
- `identifier?` - `identifier?`
@ -43,7 +43,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
- `er-macro-transformer` - `er-macro-transformer`
- `ir-macro-transformer` - `ir-macro-transformer`
Explicit renaming macro families. Explicit renaming macro family.
- `(srfi 1)` - `(srfi 1)`