all: small typo fixes (#2095)

This commit is contained in:
Alexander Melentyev
2021-11-01 18:47:06 +03:00
committed by GitHub
parent 681d03e896
commit 147b1f59ae
8 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ import (
"entgo.io/ent/dialect/sql"
)
// MigrateOption allows for managing schema configuration using functional options.
// InspectOption allows for managing schema configuration using functional options.
type InspectOption func(inspect *Inspector)
// WithSchema provides a schema (named-database) for reading the tables from.