Skip to content

Commit f9b0cb8

Browse files
committed
Fix DocC errors
1 parent 30027ef commit f9b0cb8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Sources/ATProtoKit/APIReference/ComAtprotoAPI/ComAtprotoIdentitySignPlcOperationMethod.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension ATProtoKit {
2929
/// - alsoKnownAs: An array of aliases of the user account. Optional.
3030
/// - verificationMethods: A verification method recommeneded to be added in the
3131
/// DID document. Optional.
32-
/// - service: The service endpoint recommended in the DID document. Optional.
32+
/// - services: The service endpoint recommended in the DID document. Optional.
3333
/// - Returns: A signed PLC operation.
3434
///
3535
/// - Throws: An ``ATProtoError``-conforming error type, depending on the issue. Go to

Sources/ATProtoKit/ATProtoKit.docc/Overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ ATProtoKit is fully open source under the [MIT license](https://github.com/Maste
9191
- ``ATRecordViewProtocol``
9292
- ``ATRecordTypeRegistry``
9393
- ``ATRecordConfiguration``
94-
- ``ATUnion``
9594
- ``ATUnionProtocol``
9695

9796
@Comment {

0 commit comments

Comments
 (0)