Fixup false positive

This commit is contained in:
Justin Ethier 2016-12-02 03:44:38 -05:00
parent d4aca4cbd5
commit 1da46dcc99

View file

@ -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)