Corrected typos in contracts in the framework collection.

svn: r7228

original commit: 0b725ae0f4c7484a273434c75f956c4745a99aaa
This commit is contained in:
Carl Eastlund 2007-08-30 16:11:28 +00:00
parent 7a3a15e6be
commit 371a8ea509
2 changed files with 2 additions and 2 deletions

View File

@ -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)"

View File

@ -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)"