aboutsummaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-28 03:07:25 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-28 03:07:55 +0300
commitb034d8519f5357db670eb0fe57dcfe8f78bd0b64 (patch)
tree68083a5eb9d30fcfa511ce4d663efd4def266986 /snippets
parent1e39924e41629c0fb5b63a9a36938ee6b7cc73b3 (diff)
v0.0.4v0.0.4
Diffstat (limited to 'snippets')
-rw-r--r--snippets/snippets.json2
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}",