last typo, hopefully

svn: r14729

original commit: ebc179f0596f8ac9762c93829e13446a2cf98efc
This commit is contained in:
Eli Barzilay 2009-05-06 04:09:28 +00:00
parent 0cec1f3df9
commit 071d330130

View File

@ -98,7 +98,7 @@ the state transitions / contracts are:
;; no value read, take the default value ;; no value read, take the default value
(default-value (hash-ref defaults p)) (default-value (hash-ref defaults p))
;; found a saved value, unmarshall it ;; found a saved value, unmarshall it
(unmarshall-pref p marshalled))]) (unmarshall-pref p v))])
;; set the value for future reference and return it ;; set the value for future reference and return it
(hash-set! preferences p v) (hash-set! preferences p v)
v)] v)]