Skip to content

Commit 45aac59

Browse files
authored
Fix typo in README.md
1 parent 882409a commit 45aac59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public class MyCustomType
197197
}
198198
```
199199

200-
Later when you need the serializer for your local serialization context you can get the serializer instance using `Serilizer.GetSerializer<T>()' method.
200+
Later when you need the serializer for your local serialization context you can get the serializer instance using `Serilizer.GetSerializer<T>()` method.
201201
```C#
202202
var mySerializer = Serializer.GetSerializer<MyCustomType>();
203203
var context = SerializationContext.Default with
@@ -235,4 +235,4 @@ public class MyCustomType
235235

236236
public string Prop3 { get; init; }
237237
}
238-
```
238+
```

0 commit comments

Comments
 (0)