Skip to content

Commit 8d847e4

Browse files
committed
Tweak documentation
1 parent 757a1e2 commit 8d847e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Sources/ATProtoKit/APIReference/AdminAndModeratorAPI/ToolsOzoneModerationCancelScheduledActionsMethod.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extension ATProtoAdmin {
2121
/// [github]: https://github.com/bluesky-social/atproto/blob/main/lexicons/tools/ozone/moderation/cancelScheduledActions.json
2222
///
2323
/// - Parameters:
24-
/// - subjects: An array of decentralized identifiers (DIDs) for which the cancellations will
24+
/// - dids: An array of decentralized identifiers (DIDs) for which the cancellations will
2525
/// occur on.
2626
/// - comment: A comment to attach to the cancellation. Optional.
2727
/// - Returns: Results of the cancelled pending actions.

Sources/ATProtoKit/Utilities/APIClientService.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ public struct APIClientService: Sendable {
196196
/// Sends a `URLRequest` in order to receive a data object.
197197
///
198198
/// Typically, this will be used for getting a blob object as the output. However, this is
199-
/// also useful for when the output is an unknown format, can be any format,
200-
/// or is unreliable. If it can be any format or if the format is unreliable, it's your
199+
/// also useful for when the output is an unknown format, can be an arbitrary format,
200+
/// or is unreliable. If the format is arbitrary or unreliable, it's your
201201
/// responsibility to handle the information stored inside the `Data` object. If the output is
202202
/// known and it's not a blob, however, then the other `sendRequest` methods are
203203
/// more appropriate.

0 commit comments

Comments
 (0)