File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ extension SQLUnqualifiedColumnListBuilder {
2828 /// using Fluent model keypaths. To specify _unqualified_ columns with keypaths, consider using
2929 /// `SQLUnqualifiedColumnListBuilder.column(.identifier(\Model.$property))`. This is identical to
3030 /// ``columns<each Schema, each QueryAddressableProperty>(_: repeat...)``, except that on that method, each KeyPath
31- /// can refer to a different Schema,forcing the caller to specify the root type on all of them. However, it is a very
31+ /// can refer to a different Schema, forcing the caller to specify the root type on all of them. However, it is a very
3232 /// common use case to specify many keypaths from the same model in a row, e.g.,
3333 /// `.columns(\MyModel.$foo, \MyModel.$bar, \MyModel.$baz, \MyModel.$bam)`. This quickly becomes quite tedious. By
3434 /// contrast, this method accepts only a single `Schema` type, and all KeyPaths are assumed to refer to it, allowing
You can’t perform that action at this time.
0 commit comments