From a7a9480ffd87ed0643f2a270a11ecf3bcf4fc3c6 Mon Sep 17 00:00:00 2001 From: Christopher Jr Riley Date: Wed, 23 Oct 2024 23:19:19 -0400 Subject: [PATCH] Update documentation --- Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPosts.swift | 2 +- .../APIReference/AppBskyAPI/SearchPostsSkeleton.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPosts.swift b/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPosts.swift index 331a82df89..3cafbf7a83 100644 --- a/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPosts.swift +++ b/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPosts.swift @@ -19,7 +19,7 @@ extension ATProtoKit { /// [github]: https://github.com/bluesky-social/atproto/blob/main/lexicons/app/bsky/feed/searchPosts.json /// /// - Parameters: - /// - searchQuery: The string being searched against. Lucene query syntax recommended. + /// - query: The string being searched against. Lucene query syntax recommended. /// - sortRanking: The ranking order for the results. Optional. Defaults to `.latest`. /// - sinceDate: The date and time of the results of posts created after this /// time. Optional. diff --git a/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPostsSkeleton.swift b/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPostsSkeleton.swift index b6c895f068..9b3c48739d 100644 --- a/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPostsSkeleton.swift +++ b/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPostsSkeleton.swift @@ -22,7 +22,7 @@ extension ATProtoKit { /// [github]: https://github.com/bluesky-social/atproto/blob/main/lexicons/app/bsky/unspecced/searchPostsSkeleton.json /// /// - Parameters: - /// - searchQuery: The string used for searching the users. + /// - query: The string used for searching the users. /// - sortRanking: The ranking order for the results. Optional. Defaults to `.latest`. /// - sinceDate: The date and time of the results of posts created after this /// time. Optional.