Skip to content

Commit 27179f3

Browse files
authored
Remove word (pointfreeco#93)
1 parent dee0cce commit 27179f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Reminder.where { $0.id != #bind(reminder.id) }
407407
408408
### Primary keyed tables
409409
410-
It is possible to tell let the `@Table` macro know which property of your data type is the primary
410+
It is possible to let the `@Table` macro know which property of your data type is the primary
411411
key for the table in the database, and doing so unlocks new APIs for inserting, updating, and
412412
deleting records. By default the `@Table` macro will assume any property named `id` is the
413413
primary key, or you can explicitly specify it with the `primaryKey:` argument of the `@Column`

0 commit comments

Comments
 (0)