Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Nov 26, 2024
1 parent 0945a0b commit 077393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/statistics.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type MutableStatistic interface {
WithLowerBound(Row) Statistic
}

// NewSchemaQualifierFromString creates a new StatQualifier from a string.
// NewQualifierFromString creates a new StatQualifier from a string.
func NewQualifierFromString(q string) (StatQualifier, error) {
parts := strings.Split(q, ".")
if len(parts) < 3 {
Expand Down

0 comments on commit 077393d

Please sign in to comment.