Skip to content

Commit bf3c327

Browse files
committed
fix typo in sample
1 parent 86fbded commit bf3c327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/basic-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ A *namespace_or_type_name* is permitted to reference a static class ([§15.2.2.4
960960
>
961961
> <!-- Example: {template:"standalone-lib-without-using", name:"MultipleNested", expectedErrors:["CS0104"]} -->
962962
> ```csharp
963-
> class A
963+
> inteface A
964964
> {
965965
> class NestedClass { public static void M() {} }
966966
> }

0 commit comments

Comments
 (0)