Skip to content

Commit 8478627

Browse files
authored
Typo fix in CommonTableExpressions.md: @Seletion->@selection (#11)
1 parent aaf9d71 commit 8478627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesCore/Documentation.docc/Articles/CommonTableExpressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ As a simple example let's construct a query that selects the numbers from 1 to 1
171171
by defining a CTE data type that holds the data we want to compute:
172172

173173
```swift
174-
@Table @Seletion
174+
@Table @Selection
175175
struct Counts {
176176
let value: Int
177177
}

0 commit comments

Comments
 (0)