From 7918d921ee52f8d06baef527864cf2e6e5990b45 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 11 May 2011 13:26:07 -0400 Subject: [PATCH] Fix documentation for `cycle'. Closes PR 11040. --- collects/lazy/lazy.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/lazy/lazy.scrbl b/collects/lazy/lazy.scrbl index 747d4b50b3..97a972c697 100644 --- a/collects/lazy/lazy.scrbl +++ b/collects/lazy/lazy.scrbl @@ -124,8 +124,8 @@ cond case @defprocthing[identity]{Lazy identity function.} -@defprocthing[cycle]{Creates a lazy infinite list given a list of -elements to repeat in order.} +@defprocthing[cycle]{Creates a lazy infinite list that repeats its +input arguments in order.} @; ----------------------------------------