Skip to content

Commit c1a1452

Browse files
committed
comment tweak
1 parent 22086ba commit c1a1452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

suggestionbox/suggestionbox_model.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ func NewChoice(id string, features ...Feature) Choice {
6666

6767
// ModelOptions describes the behaviours of a Model.
6868
type ModelOptions struct {
69-
// RewardExpirationSeconds is the number of seconds to wait for the reward before it expires.
69+
// RewardExpirationSeconds is the number of seconds to wait for
70+
// the reward before it expires.
7071
RewardExpirationSeconds int `json:"reward_expiration_seconds,omitempty"`
7172

7273
// Epsilon enables proportionate exploiting vs exploring ratio.

0 commit comments

Comments
 (0)