Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <[email protected]>
  • Loading branch information
laurentsimon committed Oct 27, 2023
1 parent 779525f commit eff2b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finding/finding.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func (f *Finding) WithLocation(loc *Location) *Finding {
return f
}

// WithValues set the values to an existing finding.
// WithValues sets the values to an existing finding.
// No copy is made.
func (f *Finding) WithValues(values map[string]int) *Finding {
f.Values = values
Expand Down

0 comments on commit eff2b5c

Please sign in to comment.