From 9185f3fb804a9518a52072926abbb853baa646ec Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 23 Jan 2017 16:32:56 -0500 Subject: [PATCH] Revised --- docs/api/srfi/8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/srfi/8.md b/docs/api/srfi/8.md index 6ea4c897..3d6a2fb6 100644 --- a/docs/api/srfi/8.md +++ b/docs/api/srfi/8.md @@ -5,6 +5,6 @@ title: API # SRFI 8 - Binding to multiple values -The `(srfi 8)` library provides the `receive` macro to bind variables to multiple values. The macro is actually provided as in the `(scheme base)` library. +The `receive` macro from SRFI 8 is used to bind variables to multiple values. The macro is actually provided in the `(scheme base)` library. See the [SRFI document](http://srfi.schemers.org/srfi-8/srfi-8.html) for more information.