Skip to content

Commit 7e327ba

Browse files
authored
Update MyClass.cs (#35612)
See #35610 (comment)
1 parent 409e4a5 commit 7e327ba

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/compiler-messages/snippets/UsingDirectives

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/compiler-messages/snippets/UsingDirectives/MyClass.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// <UsingExample>
2-
using System;
2+
using System.Text.Json;
33
namespace UsingDirective;
44
public class MyClass
55
{

0 commit comments

Comments
 (0)