From 7c57cd4477e391d27b8d7cc0995da9e674434ffb Mon Sep 17 00:00:00 2001 From: kumavis Date: Tue, 5 Sep 2017 17:22:13 -0700 Subject: [PATCH] remove incorrect base2 code --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index 27777b6..1e2f37e 100644 --- a/table.csv +++ b/table.csv @@ -5,7 +5,7 @@ bin, raw binary, 0x55 bases encodings,, base1, unary, 0x01 -base2, binary (0 and 1), 0x55 +base2, binary (0 and 1), 0x base8, octal, 0x07 base10, decimal, 0x09 base16, hexadecimal, 0x