[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Typo in lparser.c
- From: Gabriel Bertilson <arboreous.philologist@...>
- Date: Mon, 19 Nov 2018 21:20:04 -0600
In the comment before the function check_conflict, "begin used" should
be "being used".
/*
** check whether, in an assignment to an upvalue/local variable, the
** upvalue/local variable is begin used in a previous assignment to a
** table. If so, save original upvalue/local value in a safe place and
** use this safe copy in the previous assignment.
*/
— Gabriel