From 850b85cbdb7fc2ab97da59795329e19048421b78 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 4 Jul 2011 13:02:19 -0600 Subject: [PATCH] add some cross-references --- collects/scribblings/reference/serialization.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/reference/serialization.scrbl b/collects/scribblings/reference/serialization.scrbl index 360fbaa965..677a3a62a8 100644 --- a/collects/scribblings/reference/serialization.scrbl +++ b/collects/scribblings/reference/serialization.scrbl @@ -41,11 +41,11 @@ The following kinds of values are serializable: @item{instances of classes defined with @racket[define-serializable-class] or @racket[define-serializable-class];} - @item{booleans, numbers, characters, @tech{interned} symbols, - @tech{unreadable symbols}, strings, byte strings, paths (for a + @item{@tech{booleans}, @tech{numbers}, @tech{characters}, @tech{interned} symbols, + @tech{unreadable symbols}, @tech{strings}, @tech{byte strings}, @tech{paths} (for a specific convention), @|void-const|, and the empty list;} - @item{pairs, mutable pairs, vectors, boxes, hash tables, and sets;} + @item{@tech{pairs}, @tech{mutable pairs}, @tech{vectors}, @tech{box}es, @tech{hash tables}, and @tech{sets};} @item{@racket[date] and @racket[arity-at-least] structures; and}