fix(csharp) missing }

This commit is contained in:
Zeioth 2023-06-12 05:03:03 +02:00 committed by GitHub
parent c76064bb3a
commit 0da81b55b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
"/// <summary>",
"/// ${1:What it does.}",
"/// </summary>",
"/// <param name=\"${3:parameterName}\">${4:Parameter description.</param>",
"/// <param name=\"${3:parameterName}\">${4:Parameter description.}</param>",
"/// <returns>${2:Type and description of the returned object.}</returns>",
"/// <example>${5:Write me later.}</example>$0"
],