Skip to content

Commit 64ae8a3

Browse files
committed
Fix documentation
1 parent 4a2db7a commit 64ae8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ATProtoKit/Utilities/ATRecordProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public actor ATRecordTypeRegistry {
195195
/// - Note: This must only be used for the main `ATProtoKit` `class` and only for
196196
/// Bluesky-specific record lexicon models.
197197
///
198-
/// - Parameter types: An array of ``ATRecordProtocol``-conforming `struct`s.
198+
/// - Parameter blueskyLexiconTypes: An array of ``ATRecordProtocol``-conforming `struct`s.
199199
public func register(blueskyLexiconTypes: [any ATRecordProtocol.Type]) async {
200200
guard !Self.areBlueskyRecordsRegistered else { return }
201201

0 commit comments

Comments
 (0)