lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



It’s very trivial, but I just noticed this is section 8.1 of the 5.4.0 work2 reference manual:

"the new implementation preserves the implicit type of the numeral in the string”

This should probably be “number” .. “numeral” refers to a single digit (e.g. “seven” or ‘7” or “Roman numeral"), not an entire number.

—Tim