Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Oct 24, 2024
1 parent 4dd68ab commit a7a9480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a7a9480

Please sign in to comment.