Skip to content

Commit 8113e62

Browse files
authored
Merge pull request #120 from Classy-GH/fix-enum
Fix typo
2 parents e3a435f + 7fb7c4c commit 8113e62

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)