Skip to content

Commit 077393d

Browse files
committed
Fix comment
1 parent 0945a0b commit 077393d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/statistics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type MutableStatistic interface {
9191
WithLowerBound(Row) Statistic
9292
}
9393

94-
// NewSchemaQualifierFromString creates a new StatQualifier from a string.
94+
// NewQualifierFromString creates a new StatQualifier from a string.
9595
func NewQualifierFromString(q string) (StatQualifier, error) {
9696
parts := strings.Split(q, ".")
9797
if len(parts) < 3 {

0 commit comments

Comments
 (0)