From 5a147a1d7002976443ea467a0480ad840c335ff6 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sat, 29 Jul 2017 22:56:57 -0400 Subject: [PATCH] edit --- base91.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base91.lua b/base91.lua index 630326c..fc003a6 100644 --- a/base91.lua +++ b/base91.lua @@ -1,5 +1,5 @@ -- Part of the massive rewrite I am making for the bin library. this library will sport hex, base32, base64, and base91 when it is done --- For now feel free to take a look at this code +-- For now feel free to take a look at this code and use it for your own needs bit=require("bit") function table.flip(t) local tt={}