Corrected typos in contracts in the framework collection.
svn: r7228 original commit: 0b725ae0f4c7484a273434c75f956c4745a99aaa
This commit is contained in:
parent
7a3a15e6be
commit
371a8ea509
|
@ -344,7 +344,7 @@
|
|||
(filename)
|
||||
"Generates a name for an backup file from \\var{filename}.")
|
||||
(finder:dialog-parent-parameter
|
||||
(parameter/c (or/c false/c (is-ac dialog%) (is-a/c frame%)))
|
||||
(parameter/c (or/c false/c (is-a?/c dialog%) (is-a?/c frame%)))
|
||||
()
|
||||
"This is a parameter (see "
|
||||
"\\Mzhyperref{parameters}{mz:parameters} for information about parameters)"
|
||||
|
|
|
@ -348,7 +348,7 @@ the state transitions / contracts are:
|
|||
"Determines if a value is an unknown preference exn.")
|
||||
|
||||
(preferences:low-level-put-preferences
|
||||
(parameter/c (-> (listof symbol?) (listof any?) any))
|
||||
(parameter/c (-> (listof symbol?) (listof any/c) any))
|
||||
()
|
||||
"This is a parameter (see "
|
||||
"\\Mzhyperref{parameters}{mz:parameters} for information about parameters)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user