From 17d31c43067891f2f908c252ff07a595de0a3fb7 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Tue, 27 Dec 2016 21:34:39 -0500 Subject: [PATCH] Fix typos in morse table --- morse/morse.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/morse/morse.lua b/morse/morse.lua index 7676893..b3e17d4 100644 --- a/morse/morse.lua +++ b/morse/morse.lua @@ -1,15 +1,15 @@ -- utilities for handling morse code local malpha = - { [30] = '33333' -- 0 - , [31] = '13333' - , [32] = '11333' - , [33] = '11133' - , [34] = '11113' - , [35] = '11111' - , [36] = '31111' - , [37] = '33111' - , [38] = '33311' - , [39] = '33331' -- 9 + { [48] = '33333' -- 0 + , [49] = '13333' + , [50] = '11333' + , [51] = '11133' + , [52] = '11113' + , [53] = '11111' + , [54] = '31111' + , [55] = '33111' + , [56] = '33311' + , [57] = '33331' -- 9 , [97] = '13' -- a , [98] = '3111' , [99] = '3131' -- 2.50.1