Skip to content

Commit

Permalink
Fixing format of method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswdr committed Oct 15, 2021
1 parent 001e7ae commit 0a0079f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gender.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func (f Gender) Name() string {
return f.Faker.RandomStringElement([]string{"masculine", "feminine"})
}

// Name returns a Gender name for Gender
// Abbr returns a Gender name for Gender
func (f Gender) Abbr() string {
return f.Faker.RandomStringElement([]string{"masc", "fem"})
}

0 comments on commit 0a0079f

Please sign in to comment.