Skip to content

Commit ae769a2

Browse files
Merge pull request #21 from undefined7fh/fix/docs
Update readme
2 parents daaf82d + 5ceb2a3 commit ae769a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ For example: mask only the "user" part of an e-mail address.
158158
```csharp
159159
public class CustomizedEmailAddressMaskingOperator : EmailAddressMaskingOperator
160160
{
161-
protected override PreprocessMask(string mask, Match match)
161+
protected override string PreprocessMask(string mask, Match match)
162162
{
163163
var parts = match.Value.Split('@');
164164

@@ -267,4 +267,4 @@ If you are configuring your logger through `appsettings.json`, you can configure
267267
}
268268
```
269269

270-
Note that `options` is the argument name of the `WithSensitiveDataMasking` extension method and must match exactly.
270+
Note that `options` is the argument name of the `WithSensitiveDataMasking` extension method and must match exactly.

0 commit comments

Comments
 (0)