From 21a36a6e518274c0681fb5ea12f53be0915f30f5 Mon Sep 17 00:00:00 2001 From: Casey Klein Date: Thu, 2 Dec 2010 19:26:24 -0600 Subject: [PATCH] Fixes doc typos original commit: 5f0430a5abcae4ae69612923e755759a05174a54 --- collects/framework/preferences.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/framework/preferences.rkt b/collects/framework/preferences.rkt index ad4a2482..8f5fd3d0 100644 --- a/collects/framework/preferences.rkt +++ b/collects/framework/preferences.rkt @@ -470,7 +470,7 @@ the state transitions / contracts are: (callback) @{Registers @racket[callback] to run twice for each call to @racket[preferences:set]---once before the preferences file is written, with @racket[#t], and once after it is written, with - @racket[#f}. Registration returns a key for use with @racket{preferences:unregister-save-callback}. + @racket[#f]. Registration returns a key for use with @racket[preferences:unregister-save-callback]. Caveats: @itemize{@item{The callback occurs on whichever thread happened to call @racket[preferences:set].} @item{Pre- and post-write notifications are not necessarily paired; unregistration @@ -480,7 +480,7 @@ the state transitions / contracts are: preferences:unregister-save-callback (-> symbol? void?) (key) - @{Unregisters the save callback associated with @racket{key}.}) + @{Unregisters the save callback associated with @racket[key].}) (proc-doc/names exn:make-unknown-preference