From b034d8519f5357db670eb0fe57dcfe8f78bd0b64 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Sun, 28 Mar 2021 03:07:25 +0300 Subject: v0.0.4 --- snippets/snippets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets') 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}", -- cgit v1.2.3