Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marlontrapp authored and junkert committed Feb 6, 2020
1 parent 0c24eab commit cc97a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processors.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func ProcessorCompanyName(cmap *ColumnMapper, input string) (string, error) {
return fake.Company(), nil
}

// ProcessorRandomBoolean will return a random boolean value with.
// ProcessorRandomBoolean will return a random boolean value.
func ProcessorRandomBoolean(cmap *ColumnMapper, input string) (string, error) {
var randomBoolean string = "FALSE"
if rand.Intn(2) == 0 {
Expand Down

0 comments on commit cc97a1c

Please sign in to comment.