From 4540a650386236b915368164ade19b2d79f9f9bd Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 13 Oct 2016 21:19:50 -0400 Subject: [PATCH] Fix missing notation --- docs/api/srfi/27.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/srfi/27.md b/docs/api/srfi/27.md index 561b4ef0..4420b939 100644 --- a/docs/api/srfi/27.md +++ b/docs/api/srfi/27.md @@ -20,13 +20,13 @@ more information. (random-integer n) -Return the next integer in {0, ..., n-1}. +Return the next integer in `{0, ..., n-1}`. # random-real (random-real) -The next number `x` such that 0 < x 1. +The next number `x` such that `0 < x < 1`. # default-random-source