missing comma

This commit is contained in:
dskvr 2023-02-11 14:27:08 +01:00
parent 31675f04b4
commit 7bed3f7223

2
59.md
View File

@ -93,7 +93,7 @@ Example with all Tags:
["t","bitcoin"], ["t","bitcoin"],
["g","ww8p1r4t8", "Amsterdam", "NL", "EU", "Earth"], ["g","ww8p1r4t8", "Amsterdam", "NL", "EU", "Earth"],
["ip","1.1.1.1"], ["ip","1.1.1.1"],
["ip","2001:db8:3333:4444:5555:6666:7777:8888"] ["ip","2001:db8:3333:4444:5555:6666:7777:8888"],
["open","true"], ["open","true"],
["read","true"], ["read","true"],
["write","false"], ["write","false"],