Skip to content

Commit

Permalink
Update snip-12.md remove extra ',' (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout authored Nov 24, 2024
1 parent eb0bd3e commit 3e13d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SNIPS/snip-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Example:
],
"My Enum": [
{ "name": "Variant 1", "type": "()" }
{ "name": "Variant 2", "type": "(u128, u128*)," }
{ "name": "Variant 2", "type": "(u128, u128*)" }
// ...
{ "name": "Variant N", "type": "(u128)" }
]
Expand Down

0 comments on commit 3e13d97

Please sign in to comment.