chore: fix typo in functions.go (#24133)

intial -> initial
pull/24135/head
Ikko Eltociear Ashimine 2023-03-10 02:40:17 +09:00 committed by GitHub
parent 22d698bd7e
commit 387d9007a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1240,7 +1240,7 @@ type FloatHoltWintersReducer struct {
} }
const ( const (
// Arbitrary weight for initializing some intial guesses. // Arbitrary weight for initializing some initial guesses.
// This should be in the range [0,1] // This should be in the range [0,1]
hwWeight = 0.5 hwWeight = 0.5
// Epsilon value for the minimization process // Epsilon value for the minimization process