From 33076ac0ac882aa8fad4e21d811ef50d18ba40e6 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 19 May 2024 01:12:50 +0900 Subject: chore(lua/md5): fix typo --- lua/md5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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 -- cgit 1.4.1