Skip to content

Commit

Permalink
Fix documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Oct 26, 2024
1 parent a7a9480 commit 4d95997
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class ATFirehoseStream: ATEventStreamConfiguration {
/// - urlSessionConfiguration: The configuration object that defines the behaviours and
/// polices for a URL session in the event stream. Defaults
/// to `URLSessionConfiguration.default`.
/// - webSocketTask: The URL session task that communicates over the WebSockets
/// - webSocketTask: The URL session task that communicates over the WebSockets
/// protocol standard.
public required init(relayURL: String, namespacedIdentifiertURL: String, cursor: Int64?, sequencePosition: Int64?,
urlSessionConfiguration: URLSessionConfiguration = .default, webSocketTask: URLSessionWebSocketTask) async throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extension ATProtoKit {
/// - parentHeight: The number of parent layers that can be included in the result.
/// Optional. Defaults to `80`. Can be between `0` and `1000`.
/// - pdsURL: The URL of the Personal Data Server (PDS). Defaults to `nil`.
/// - shouldAuthenticate:Indicates whether the method will use the access token when
/// - shouldAuthenticate:Indicates whether the method will use the access token when
/// sending the request. Defaults to `false`.
/// - Returns: A post thread that matches the `postURI`.
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extension ATProtoKit {
/// - otherDIDs: An array of decentralized identifiers (DIDs) for the other user accounts
/// that the primary user account may be related to. Optional. Current maximum item length
/// is `50`.
/// - pdsURL: The URL of the Personal Data Server (PDS). Optional.
/// - pdsURL: The URL of the Personal Data Server (PDS). Optional.
/// - Returns: The metadata which containing the relationship between mutliple user accounts,
/// as well as the decentralized identifier (DID) of the user account that matched
/// the `actorDID`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extension ATProtoKit {
/// - limit: The number of items that can be in the list. Optional. Defaults to `25`.
/// - cursor: The mark used to indicate the starting point for the next set
/// of results. Optional.
/// - pdsURL: The URL of the Personal Data Server (PDS). Optional.
/// - pdsURL: The URL of the Personal Data Server (PDS). Optional.
/// - Returns: An array of actors, with an optional cursor to expand the array. The output
/// may also display the number of search results.
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extension ATProtoKit {
/// to `25`.
/// - cursor: The mark used to indicate the starting point for the next set
/// of results. Optional.
/// - pdsURL: The URL of the Personal Data Server (PDS). Optional.
/// - pdsURL: The URL of the Personal Data Server (PDS). Optional.
/// - Returns: An array of un-hydrated post records in the results, with an optional cursor to
/// expand the array. The output may also display the total number of search results.
///
Expand Down

0 comments on commit 4d95997

Please sign in to comment.