Skip to content

Commit 8897ea1

Browse files
authored
Update README.md
1 parent fc76670 commit 8897ea1

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
@@ -30,7 +30,7 @@ Sometimes you might want to exclude certain fields & properties from cloning:
3030
private class TestPropsWithIgnored
3131
{
3232
public int A { get; set; } = 10;
33-
[DeepCloneIgnore] // <-- decorate such members with [DeepCloneIgnore]
33+
[FastClonerIgnore] // <-- decorate such members with [FastClonerIgnore]
3434
public string B { get; set; } = "My string";
3535
}
3636

0 commit comments

Comments
 (0)