We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c9db1 commit a6cfc00Copy full SHA for a6cfc00
1 file changed
README.md
@@ -57,7 +57,7 @@ You might also need to exclude certain types from being cloned ever. To do that,
57
FastCloner.IgnoreType(typeof(PropertyChangedEventHandler)); // or FastCloner.IgnoreTypes([ .. ])
58
```
59
60
-If needed, the type can be removed from the blacklist later:
+If needed, the types can be removed from the blacklist later:
61
```cs
62
// note: doing this invalidates precompiled expressions and clears the cache,
63
// performance will be negatively affected until the cache is repopulated
0 commit comments