Edit pass over changes before merge.

This commit is contained in:
Robin Sommer 2019-07-18 23:07:34 +00:00
parent 004347b853
commit 1bf0cd29fd
14 changed files with 312 additions and 298 deletions

View file

@ -880,8 +880,8 @@ public:
void InitTimer(double delay);
void DoExpire(double t);
// If default attribute is not a function, or the functon has
// already been initialized this does nothing. Otherwise, evaluates
// If the &default attribute is not a function, or the functon has
// already been initialized, this does nothing. Otherwise, evaluates
// the function in the frame allowing it to capture its closure.
void InitDefaultFunc(Frame* f);