Skip to content

Commit 65f9864

Browse files
authored
Merge pull request #665 from brendonotto/patch-1
Code language in example is not valid
2 parents 37c8711 + 4115455 commit 65f9864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/code-snippet-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The following example shows how to use the `ClassName` function. When this snipp
109109
<Default>ClassNamePlaceholder</Default>
110110
</Literal>
111111
</Declarations>
112-
<Code Language="vjsharp" Format="CData">
112+
<Code Language="csharp" Format="CData">
113113
<![CDATA[
114114
public $classname$ ($type$ $name$)
115115
{
@@ -159,4 +159,4 @@ This example shows how to use the `SimpleTypeName` function. When this snippet i
159159
## See also
160160

161161
[Function Element](../ide/code-snippets-schema-reference.md#function)
162-
[Code Snippets Schema Reference](../ide/code-snippets-schema-reference.md)
162+
[Code Snippets Schema Reference](../ide/code-snippets-schema-reference.md)

0 commit comments

Comments
 (0)