From f3f901a643436384ea971b75491bf2fe992294c2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 31 May 2008 13:47:00 +0000 Subject: [PATCH] typo (PR 9439) svn: r10066 --- collects/scribblings/reference/bytes.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/bytes.scrbl b/collects/scribblings/reference/bytes.scrbl index 7d46b13c22..4b5135a924 100644 --- a/collects/scribblings/reference/bytes.scrbl +++ b/collects/scribblings/reference/bytes.scrbl @@ -7,7 +7,7 @@ @local-table-of-contents[] -A @deftech{byte string} is a fixed-length arary of bytes. A +A @deftech{byte string} is a fixed-length array of bytes. A @pidefterm{byte} is an exact integer between @scheme[0] and @scheme[255] inclusive.