Skip to content

Commit 49b9d8c

Browse files
Update Sources/DataLoader/DataLoader.swift
Co-authored-by: Jay Herron <[email protected]>
1 parent e2e647e commit 49b9d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DataLoader/DataLoader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public actor DataLoader<Key: Hashable & Sendable, Value: Sendable> {
3434
self.batchLoadFunction = batchLoadFunction
3535
}
3636

37-
/// Loads a key, returning an `Value` for the value represented by that key.
37+
/// Loads a key, returning the value represented by that key.
3838
public func load(key: Key) async throws -> Value {
3939
let cacheKey = options.cacheKeyFunction?(key) ?? key
4040

0 commit comments

Comments
 (0)