some very minor tidying of script optimization code/documentation

This commit is contained in:
Vern Paxson 2023-12-08 14:51:39 -05:00 committed by Arne Welzel
parent 8e0a62bfec
commit a824bb1e4b
4 changed files with 5 additions and 6 deletions

View file

@ -594,7 +594,7 @@ public:
private:
FunctionFlavor flavor;
TypePtr params;
RecordTypePtr params;
TypePtr yield;
};