Skip to content

Commit

Permalink
Fix comment for RandIntMin
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbusch committed Oct 27, 2024
1 parent bd88d8a commit ff40b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_placeholders.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import (
// `{extra.time.now.iso_year}` | ISO year corresponding to the current ISO week.
// `{extra.time.now.custom}` | Current time in a custom format, configurable via the `time_format_custom` directive.
type ExtraPlaceholders struct {
// RandIntMax defines the maximum value (inclusive) for the `{extra.rand.int}` placeholder.
// RandIntMin defines the minimum value (inclusive) for the `{extra.rand.int}` placeholder.
RandIntMin int `json:"rand_int_min,omitempty"`

// RandIntMax defines the maximum value (inclusive) for the `{extra.rand.int}` placeholder.
Expand Down

0 comments on commit ff40b6d

Please sign in to comment.