Chore: Remove repetitive words (#84132)

remove repetitive words

Signed-off-by: carrychair <linghuchong404@gmail.com>
This commit is contained in:
carrychair
2024-03-11 20:55:18 +08:00
committed by GitHub
parent 2d0fc3ef33
commit 0913324668
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ func (ff *Float64Field) GetValue(idx int) *float64 {
return &f
}
// Len returns the the length of the field.
// Len returns the length of the field.
func (ff *Float64Field) Len() int {
df := data.Field(*ff)
return df.Len()