Skip to content

Commit 35d19ca

Browse files
authored
Merge pull request protobuf-net#216 from steroberts89/patch-1
Fixing example in Readme for inheritance
2 parents 354daf0 + fa2ccc2 commit 35d19ca

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
@@ -104,7 +104,7 @@ Inheritance must be explicitly declared, in a similar way that if must for XmlSe
104104

105105
```csharp
106106
[ProtoContract]
107-
[ProtoInclude(7, typeof(SomeDerivedType)]
107+
[ProtoInclude(7, typeof(SomeDerivedType))]
108108
class SomeBaseType {...}
109109

110110
[ProtoContract]

0 commit comments

Comments
 (0)