Skip to content

Commit d140a28

Browse files
committed
chore: fix function name in comment
Signed-off-by: oftenoccur <[email protected]>
1 parent 99e974d commit d140a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/metadata/informationschema/metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ JOIN information_schema.columns c ON
606606
return metadata.NewIndexColumnSet(results), nil
607607
}
608608

609-
// Constraintes from selected catalog (or all, if empty), matching schemas and names
609+
// Constraints from selected catalog (or all, if empty), matching schemas and names
610610
func (s InformationSchema) Constraints(f metadata.Filter) (*metadata.ConstraintSet, error) {
611611
if !s.hasConstraints {
612612
return nil, text.ErrNotSupported

0 commit comments

Comments
 (0)