From 0c1b36602b236eab07da232148052ef652fb8351 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 28 Sep 2016 23:32:14 -0400 Subject: [PATCH] Revised SRFI text --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 36b6054a..bebf9fe3 100644 --- a/docs/API.md +++ b/docs/API.md @@ -20,7 +20,7 @@ This section of the Cyclone API is based on the [R7RS Scheme Specific # SRFI Library Support -Cyclone supports the following [Scheme Requests for Implementation (SRFI)](http://srfi.schemers.org/) libraries. Again, detailed information is available in the linked SRFI page as well as the provided Cyclone API. +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. - [`srfi 1`](api/srfi/1.md) - [List Library](http://srfi.schemers.org/srfi-1/srfi-1.html) - [`srfi 2`](api/srfi/2.md) - [`and-let*`](http://srfi.schemers.org/srfi-2/srfi-2.html)