From 1da46dcc99cffea38aa75df4a424c6744d431845 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 2 Dec 2016 03:44:38 -0500 Subject: [PATCH] Fixup false positive --- docs/api/srfi/27.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/api/srfi/27.md b/docs/api/srfi/27.md index 4420b939..b569ebb6 100644 --- a/docs/api/srfi/27.md +++ b/docs/api/srfi/27.md @@ -1,8 +1,6 @@ # 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)