grammatical fix

This commit is contained in:
Yuichi Nishiwaki 2014-01-17 21:16:26 +09:00
parent f8748dfd64
commit b1424465f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Picrin [![Build Status](https://travis-ci.org/wasabiz/picrin.png)](https://travis-ci.org/wasabiz/picrin)
Picrin is a lightweight scheme implementation intended to comform full R7RS specification. Its code is written in pure C99 and does not requires any special external libraries installed on the platform.
Picrin is a lightweight scheme implementation intended to comply with full R7RS specification. Its code is written in pure C99 and does not requires any special external libraries installed on the platform.
## Features