Skip to content

Commit 10a9b7d

Browse files
authored
Update README.md
1 parent baeec2a commit 10a9b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public class NameType
152152

153153
In order to parse the string value (name) from delimiter separated record in the file correctly to custom type (NameType), you need to implement custom converter deriving from `TypeConverter` class.
154154

155-
Example - `NameConverter` class - converts the string into NameType type
155+
Example - `NameConverter` class - converts name string value to NameType instance
156156
```
157157
public class NameConverter : TypeConverter
158158
{

0 commit comments

Comments
 (0)