Skip to content

Commit

Permalink
Fix incorrect map snippets for Tact
Browse files Browse the repository at this point in the history
Resolves #16
  • Loading branch information
rahulyadav-57 committed Apr 22, 2024
1 parent e3f0cfe commit e1bf05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/ton/tact/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const tactSnippets = [
},
{
label: 'map',
code: 'map[${1:type1}]${2:type2};',
code: 'map<${1:type1}, ${2:type2}>;',
description: 'mapping declaration',
},
{
Expand Down

0 comments on commit e1bf05c

Please sign in to comment.