Skip to content

Commit ad4b7a9

Browse files
committed
Fix query order documentation
1 parent 5869b0e commit ad4b7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Typed/Query.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ extension QueryType {
390390
///
391391
/// let users = Table("users")
392392
/// let email = Expression<String>("email")
393-
/// let email = Expression<String?>("name")
393+
/// let name = Expression<String?>("name")
394394
///
395395
/// users.order(email.desc, name.asc)
396396
/// // SELECT * FROM "users" ORDER BY "email" DESC, "name" ASC

0 commit comments

Comments
 (0)