diff options
-rw-r--r-- | read.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/read.lua b/read.lua index 069df57..c9058e4 100644 --- a/read.lua +++ b/read.lua | |||
@@ -84,7 +84,7 @@ local function consume_whitespace (cs) | |||
84 | return false, nil, cs | 84 | return false, nil, cs |
85 | end | 85 | end |
86 | 86 | ||
87 | local function consume_numbers_etc (cs) | 87 | local function consume_number_etc (cs) |
88 | -- Since numbers can start with +, -, and ., those symbols and ... are | 88 | -- Since numbers can start with +, -, and ., those symbols and ... are |
89 | -- handled along with numbers. | 89 | -- handled along with numbers. |
90 | local tok | 90 | local tok |