From 33dbc6f4ef86ac184c845825ade0146ae20447db Mon Sep 17 00:00:00 2001 From: Greg Cooper Date: Tue, 10 Jan 2006 19:05:47 +0000 Subject: [PATCH] - fixed a doc bug svn: r1797 --- collects/frtime/doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/frtime/doc.txt b/collects/frtime/doc.txt index 337fb67578..ce9f7201f9 100644 --- a/collects/frtime/doc.txt +++ b/collects/frtime/doc.txt @@ -118,10 +118,10 @@ _Signal Processors_ ) and an event source. The value of the behavior is the value of the most recent event occurrence. -> (switch behavior event[behavior]) -> behavior +> (switch event[behavior] [behavior]) -> behavior Returns a behavior that "switches" each time the argument event - occurs. + occurs. The second argument is an optional initializer. > (accum-e event[a -> a] a) -> event[a]