Skip to content

Commit 9bbc844

Browse files
committed
wip
1 parent 366138a commit 9bbc844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/StructuredQueriesMacrosTests/TableMacroTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ extension SnapshotTests {
157157
158158
Apply '@Table' to types representing stored tables, virtual tables, and database views.
159159
160-
Apply '@Selection' to types representing data returned from a query, common table expressions, and to bundle multiple table columns together.
160+
Apply '@Selection' to types representing multiple columns that can be selected from a table or query, and types that represent common table expressions.
161161
✏️ Remove '@Selection'
162162
✏️ Remove '@Table'
163163
struct Foo {

0 commit comments

Comments
 (0)