Skip to content

Commit fa2ccc2

Browse files
authored
Fixing example in Readme for inheritance
Small typo in the inheritance example
1 parent 4d1c355 commit fa2ccc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Inheritance must be explicitly declared, in a similar way that if must for XmlSe
9797

9898
```csharp
9999
[ProtoContract]
100-
[ProtoInclude(7, typeof(SomeDerivedType)]
100+
[ProtoInclude(7, typeof(SomeDerivedType))]
101101
class SomeBaseType {...}
102102

103103
[ProtoContract]

0 commit comments

Comments
 (0)