Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olivertso authored and junkert committed Dec 23, 2019
1 parent 3603372 commit cc23b6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions processors.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ func ProcessorRandomDate(cmap *ColumnMapper, input string) (string, error) {
return scrambledDate, nil
}

// ProcessorRandomDigits will return a random string of digit(s) that is >= 0.4 Jaro-Winkler similar than the input but
// keeps the same length.
// ProcessorRandomDigits will return a random string of digit(s) keeping the same length of the input.
func ProcessorRandomDigits(cmap *ColumnMapper, input string) (string, error) {
return fake.DigitsN(len(input)), nil
}
Expand Down

0 comments on commit cc23b6e

Please sign in to comment.