From a71b13eacd6e6cf6242c6b29a7f16492f18c03d6 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Sun, 27 Jul 2008 21:40:05 +0000 Subject: [PATCH] typos fixed svn: r10938 --- collects/teachpack/htdp/scribblings/matrix.scrbl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/collects/teachpack/htdp/scribblings/matrix.scrbl b/collects/teachpack/htdp/scribblings/matrix.scrbl index c5f8b0291a..af5a1a9659 100644 --- a/collects/teachpack/htdp/scribblings/matrix.scrbl +++ b/collects/teachpack/htdp/scribblings/matrix.scrbl @@ -12,14 +12,14 @@ matrix is just a rectangle of 'objects'. It is displayed as an image, just like the images from @secref["image"]. Matrices are images and, indeed, scenes in the sense of the @secref["world"]. +@emph{No educational materials involving matrices exist.} + The operations access a matrix in the usual (school-mathematics) manner: row first, column second. The operations aren't tuned for efficiency so don't expect to build programs that process lots of data. - - @declare-exporting[teachpack/htdp/matrix] @deftech{Rectangle} @@ -49,7 +49,9 @@ it were like @scheme[make-vector]} @defproc[(build-matrix [n natural-number/c][m natural-number/c] - [f (-> (and/c natural-number/c ( (and/c natural-number/c (