Corrected typos in contracts in the framework collection.
svn: r7228
This commit is contained in:
parent
226220e018
commit
0b725ae0f4
|
@ -344,7 +344,7 @@
|
||||||
(filename)
|
(filename)
|
||||||
"Generates a name for an backup file from \\var{filename}.")
|
"Generates a name for an backup file from \\var{filename}.")
|
||||||
(finder:dialog-parent-parameter
|
(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 "
|
"This is a parameter (see "
|
||||||
"\\Mzhyperref{parameters}{mz:parameters} for information about parameters)"
|
"\\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.")
|
"Determines if a value is an unknown preference exn.")
|
||||||
|
|
||||||
(preferences:low-level-put-preferences
|
(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 "
|
"This is a parameter (see "
|
||||||
"\\Mzhyperref{parameters}{mz:parameters} for information about parameters)"
|
"\\Mzhyperref{parameters}{mz:parameters} for information about parameters)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user