Fix typo.

This commit is contained in:
Brent Simmons 2024-04-28 14:01:53 -07:00
parent 040ba6218f
commit d5f996768b
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ final class FeedlyAccountDelegate: AccountDelegate {
try await caller.getFeeds(for: url, count: 1, localeIdentifier: Locale.current.identifier)
}
func featchStreamContents(resource: FeedlyResourceID, continuation: String? = nil, newerThan: Date?, unreadOnly: Bool? = nil) async throws -> Set<ParsedItem> {
func fetchStreamContents(resource: FeedlyResourceID, continuation: String? = nil, newerThan: Date?, unreadOnly: Bool? = nil) async throws -> Set<ParsedItem> {
// To replace FeedlyGetStreamContentsOperation