Skip to content

Commit ef95185

Browse files
committed
Fix typo
1 parent f319483 commit ef95185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/Samples/Sample07_ConstructorBasedDeserialization.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void DoConstructorBasedDeserialization()
4040
{
4141
// As of 0.8, constructor based deserialization is relaxed.
4242
// 1. If the type have a constructor with MessagePackDeserializationConstructorAttribute, then it will be used for deserialization.
43-
// 2. Else, ff the type have a default public constructor then it will be used for deserialization.
43+
// 2. Else, if the type have a default public constructor then it will be used for deserialization.
4444
// 3. Otherwise, most parameterful constructor will be used.
4545

4646
var serializerForSimpleRecord = MessagePackSerializer.Get<MySimpleRecordClass>();

0 commit comments

Comments
 (0)