dialect/sql: fixed a small typo in docs (#2459)

This commit is contained in:
Carlos González
2022-04-07 13:54:43 -03:00
committed by GitHub
parent 5ee0a475e4
commit 5dd5acc08d

View File

@@ -1983,7 +1983,7 @@ func Distinct(idents ...string) string {
return b.String()
}
// TableView is a view that returns a table view. Can ne a Table, Selector or a View (WITH statement).
// TableView is a view that returns a table view. Can be a Table, Selector or a View (WITH statement).
type TableView interface {
view()
}