Skip to content

Commit

Permalink
dialect/sql: fixed a small typo in docs (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos0202 committed Apr 7, 2022
1 parent 5ee0a47 commit 5dd5acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialect/sql/builder.go
Expand Up @@ -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()
}
Expand Down

0 comments on commit 5dd5acc

Please sign in to comment.