Skip to content

Commit a5789c7

Browse files
committed
Small wording changes on serializer breaking section
1 parent 86fed8d commit a5789c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2.0-breaking-changes/nest-breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public class StringTimeSpanConverter : JsonConverter
207207

208208
#Serialization settings
209209

210-
Serialization settings are now configurable through `ConnectionSettings` constructor and are stored in one single class.
210+
Serialization settings are now configurable through `ConnectionSettings` constructor taking a factory function that returns an instance of `IElasticsearchSerializer`.
211211

212212

213213
```c#

0 commit comments

Comments
 (0)