Skip to content

Commit a6cfc00

Browse files
authored
Update README.md
1 parent f9c9db1 commit a6cfc00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You might also need to exclude certain types from being cloned ever. To do that,
5757
FastCloner.IgnoreType(typeof(PropertyChangedEventHandler)); // or FastCloner.IgnoreTypes([ .. ])
5858
```
5959

60-
If needed, the type can be removed from the blacklist later:
60+
If needed, the types can be removed from the blacklist later:
6161
```cs
6262
// note: doing this invalidates precompiled expressions and clears the cache,
6363
// performance will be negatively affected until the cache is repopulated

0 commit comments

Comments
 (0)