mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
dialect/sql: fixed a small typo in docs (#2459)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user