Skip to content

Commit ef22c18

Browse files
2 parents 5620ffa + ae769a2 commit ef22c18

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
@@ -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

0 commit comments

Comments
 (0)