Revised text description

This commit is contained in:
Justin Ethier 2019-07-03 19:45:01 -04:00
parent 66c9355951
commit f405f5ef39

View file

@ -54,7 +54,7 @@ Cyclone supports the following [Scheme Requests for Implementation (SRFI)](http:
# Cyclone Libraries
These libraries are provided by Cyclone with a stable API that is unlikely to change:
These libraries are provided as Cyclone-specific extensions:
- [`cyclone concurrent`](api/cyclone/concurrent.md) - A helper library for writing concurrent code.
- [`cyclone match`](api/cyclone/match.md) - A hygienic pattern matcher based on Alex Shinn's portable `match.scm`.