Skip to content

Commit bb715cb

Browse files
authored
Update README.md
1 parent ab633b8 commit bb715cb

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
@@ -105,7 +105,7 @@ var bigItems = items.Remove(model, "item would fit in a bread box");
105105
#### Object transformation
106106
You can use it to transform an object from one format to another by simply giving the types. It will use model. to do the transformation.
107107
```csharp
108-
var targetItems = items.Select<SourceItem,TargetItem>(model")
108+
var targetItems = items.Select<SourceItem,TargetItem>(model)
109109
```
110110

111111
#### String transformation

0 commit comments

Comments
 (0)