Skip to content

Commit f0814bc

Browse files
gwynneptoffy
andauthored
Update Sources/SQLKitExtras/FluentSQLKitExtras/Builders/SQLUnqualifiedColumnListBuilder+FluentKeypaths.swift
Co-authored-by: Paul Toffoloni <[email protected]>
1 parent 4407f9b commit f0814bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLKitExtras/FluentSQLKitExtras/Builders/SQLUnqualifiedColumnListBuilder+FluentKeypaths.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)