Skip to content

Commit 7fb7c4c

Browse files
committed
Fix typo
Fixed extra comma in enums.lua
1 parent e3a435f commit 7fb7c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prometheus/enums.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Enums.Conventions = {
3636
BinaryNumberChars = {"0", "1"},
3737
DecimalExponent = {"e", "E"},
3838
HexadecimalNums = {"x", "X"},
39-
BinaryNums = {"b", "B"},,
39+
BinaryNums = {"b", "B"},
4040
DecimalSeperators = false,
4141

4242
EscapeSequences = {

0 commit comments

Comments
 (0)