Skip to content

Commit 983fedf

Browse files
committed
pr feedback
1 parent 959c787 commit 983fedf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Person[0..<5]
163163

164164
#### Prefetching relationships
165165

166-
To improve performance when you know you'll need related objects, you can prefetch relationships to reduce database trips:
166+
When you know you'll need related objects, you can prefetch relationships to reduce trips to the persistent store:
167167

168168
```swift
169169
// Prefetch a single relationship

Tests/SwiftQueryTests/QueryTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,4 @@ struct QueryTests {
327327
#expect(query.propertiesToFetch.count == 1)
328328
#expect(query.propertiesToFetch.contains(\Person.age))
329329
}
330-
331330
}

0 commit comments

Comments
 (0)