Skip to content

Commit da16b4a

Browse files
authored
Update generated property to let (#213)
1 parent cf71216 commit da16b4a

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
@@ -479,7 +479,7 @@ struct Event {
479479
var duration: TimeInterval
480480
481481
@Column(generated: .stored)
482-
var endAt: Date
482+
let endAt: Date
483483
}
484484
```
485485

0 commit comments

Comments
 (0)