From eff09b6bbafcfe53068729c36cb9b6702c69ff31 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 9 Dec 2016 23:53:39 -0500 Subject: [PATCH] Consistency --- docs/api/srfi/27.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/srfi/27.md b/docs/api/srfi/27.md index b569ebb6..2d27a414 100644 --- a/docs/api/srfi/27.md +++ b/docs/api/srfi/27.md @@ -1,6 +1,8 @@ # SRFI 27 - Sources of random bits -The `(srfi 27)` library provides sources of random bits. See the [SRFI document](http://srfi.schemers.org/srfi-27/srfi-27.html) for more information. +The `(srfi 27)` library provides sources of random bits. + +See the [SRFI document](http://srfi.schemers.org/srfi-27/srfi-27.html) for more information. - [`random-integer`](#random-integer) - [`random-real`](#random-real)