Skip to content

Commit dd9f135

Browse files
committed
fix: removing the comma from the decode example output in the Readme file
1 parent d1ed0e9 commit dd9f135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ encode({"name": "Alice", "age": 30})
3131

3232
# Tabular array (uniform objects)
3333
encode([{"id": 1, "name": "Alice"}, {"id": 2, "name": "Bob"}])
34-
# [2,]{id,name}:
34+
# [2]{id,name}:
3535
# 1,Alice
3636
# 2,Bob
3737

0 commit comments

Comments
 (0)