We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb58531 commit 7cb1601Copy full SHA for 7cb1601
Sources/SharingGRDBCore/Documentation.docc/Articles/MigrationGuides/MigratingTo0.2.md
@@ -44,7 +44,7 @@ released [StructuredQueries][] library. You can now describe the query for your
44
manner, and directly inline:
45
46
```swift
47
-@FetchAll(Reminde.where(\.isCompleted).order(by: \.title))
+@FetchAll(Reminder.where(\.isCompleted).order(by: \.title))
48
var completedReminders: [Reminder]
49
```
50
0 commit comments