Skip to content

Commit 22b232a

Browse files
authored
fix: Typo in Data-types.md (#891)
Changed "MultyConsturctor" to "MultiConstructor"
1 parent 83f2f59 commit 22b232a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/articles/mapping/Data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ var result = source.Adapt<RecordDestination>()
135135
136136
```
137137
138-
#### MultyConsturctor Record types
138+
#### MultiConstructor Record types
139139
140140
If there is more than one constructor, by default, mapping will be performed on the constructor with the largest number of parameters.
141141
@@ -189,4 +189,4 @@ var target = src.Adapt<Person>();
189189
|:-----------------|:------:|:-----:|
190190
|[Custom constructor mapping](xref:Mapster.Settings.ConstructorMapping)| - ||
191191
|[Ignore](xref:Mapster.Settings.Custom.IgnoringMembers#ignore-extension-method)| - ||
192-
|[IgnoreNullValues](xref:Mapster.Settings.Custom.IgnoringMembers#ignorenullvalues-extension-method)| - ||
192+
|[IgnoreNullValues](xref:Mapster.Settings.Custom.IgnoringMembers#ignorenullvalues-extension-method)| - ||

0 commit comments

Comments
 (0)