From 16391dda3d4701a1566801065aac430717495739 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Tue, 8 Jun 2010 12:02:53 -0400 Subject: [PATCH] Fix Scheme/Racket typo. Closes PR 10965. --- collects/scribblings/guide/define-struct.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/define-struct.scrbl b/collects/scribblings/guide/define-struct.scrbl index 24eb031286..3fa10e3411 100644 --- a/collects/scribblings/guide/define-struct.scrbl +++ b/collects/scribblings/guide/define-struct.scrbl @@ -289,7 +289,7 @@ an expression to get the structure back, unlike the printed form of a number, string, symbol, or list. A @deftech{prefab} (``previously fabricated'') structure type is a -built-in type that is known to the Scheme printer and expression +built-in type that is known to the Racket printer and expression reader. Infinitely many such types exist, and they are indexed by name, field count, supertype, and other such details. The printed form of a prefab structure is similar to a vector, but it starts