This commit is contained in:
Danny Yoo 2011-07-03 21:11:50 -04:00
parent 570ad83371
commit 8858ca18c9

View File

@ -720,7 +720,7 @@ structure types can be made with plt.runtime.makeStructureType. For example,
3, // required number of arguments
0, // number of automatically-filled fields
false, // OPTIONAL: the auto-v value
false, // OPTIONAL: a guard procedure
false // OPTIONAL: a guard procedure
);
}|