Skip to content

Commit ddbd44f

Browse files
carolinacmoraviaBillWagner
authored andcommitted
M10669: Possible typo mistake: 'SC1721' (dotnet#3167)
@wiwagn, It seems that 'SC1721' is a typo of 'CS1721'. Could you help to review this and reply, please? Many thanks in advance!
1 parent 7c833bd commit ddbd44f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/compiler-messages/cs1721.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Class 'class' cannot have multiple base classes: 'class_1' and 'class_2'
3636
The most common cause of this error message is attempting to use multiple inheritance. A class in C# may only inherit directly from one class. However, a class can implement any number of interfaces.
3737

3838
## Example
39-
The following example shows one way in which SC1721 is generated, and then shows two possible ways to avoid the error.
39+
The following example shows one way in which CS1721 is generated, and then shows two possible ways to avoid the error.
4040

4141
```csharp
4242
// CS1721.cs

0 commit comments

Comments
 (0)