diff options
Diffstat (limited to 'snippets/snippets.json')
-rw-r--r-- | snippets/snippets.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/snippets.json b/snippets/snippets.json index 3273f69..456a661 100644 --- a/snippets/snippets.json +++ b/snippets/snippets.json @@ -30,7 +30,7 @@ }, "Structure constructor": { "body": [ - "// New instance of $1 type.", + "// New$1 returns new $1.", "func New${1:type}(${2}) *$1 {", "\t$3", "\treturn &$1{$4}", |