diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/md5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/md5.lua b/lua/md5.lua index eef3732..b6798ad 100644 --- a/lua/md5.lua +++ b/lua/md5.lua @@ -29,7 +29,7 @@ local md5 = { ]] } --- bit lib implementions +-- bit lib implementations local char, byte, format, rep, sub = string.char, string.byte, string.format, string.rep, string.sub |