Skip to content

Commit

Permalink
chore: fix typo in functions.go (#24133)
Browse files Browse the repository at this point in the history
intial -> initial
  • Loading branch information
eltociear authored Mar 9, 2023
1 parent 22d698b commit 387d900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxql/query/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ type FloatHoltWintersReducer struct {
}

const (
// Arbitrary weight for initializing some intial guesses.
// Arbitrary weight for initializing some initial guesses.
// This should be in the range [0,1]
hwWeight = 0.5
// Epsilon value for the minimization process
Expand Down

0 comments on commit 387d900

Please sign in to comment.