From 38558b5fa741f6904abce3e3f040b748c27bc3c4 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 17 Aug 2011 17:56:35 -0400 Subject: [PATCH] typo in the description --- collects/meta/web/www/index.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/meta/web/www/index.rkt b/collects/meta/web/www/index.rkt index 62af21ecd1..59208980c6 100644 --- a/collects/meta/web/www/index.rkt +++ b/collects/meta/web/www/index.rkt @@ -98,7 +98,7 @@ for constructing images, and DrRacket can display an image result as easily as it can display a number result. In this case, a @elemcode{sierpinski} function is defined and called (at the same time) - to generate a Sierpinski triangle of depth 6.}) + to generate a Sierpinski triangle of depth 8.}) (graphical-example ; --------------------------------------------- @code{#lang racket/gui ; A GUI guessing game (define f (new frame% [label "Guess"]))