mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Improve formatting
This commit is contained in:
parent
7bf8726f9f
commit
a9438b5c07
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Library Name | Description
|
|||
|
||||
Cyclone supports the following [Scheme Requests for Implementation (SRFI)](http://srfi.schemers.org/) libraries. Detailed information is available in the linked SRFI page as well as the provided Cyclone API.
|
||||
|
||||
Note that these libraries may be imported using either the SRFI number (EG: `(srfi 1)` or a descriptive name (EG: `(scheme list)`). These descriptive names follow the recommendations from R7RS Large where available.
|
||||
Note that these libraries may be imported using either the SRFI number, such as `(srfi 1)`, or a descriptive name: `(scheme list)`. These descriptive names follow the recommendations from R7RS Large where available.
|
||||
|
||||
Library Name | SRFI Number | Description | External Documentation
|
||||
--------------------------------------- | ----------- | ----------- | ----------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue