Skip to content

Commit

Permalink
doc: BuilderOption plural typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wazazaby committed Sep 16, 2024
1 parent c0a499a commit fdd8b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const (
errorLabelName string = "error"
)

// BuilderOption represents a modifier function that will apply specific
// configurations to a [Builder] instance.
// BuilderOption represents a modifier function that will apply a specific
// configuration to a [Builder] instance.
type BuilderOption func(*Builder)

// WithLabelNameMaxLen sets the max authorized length for a label name.
Expand Down

0 comments on commit fdd8b4a

Please sign in to comment.