We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2db7a commit 64ae8a3Copy full SHA for 64ae8a3
Sources/ATProtoKit/Utilities/ATRecordProtocol.swift
@@ -195,7 +195,7 @@ public actor ATRecordTypeRegistry {
195
/// - Note: This must only be used for the main `ATProtoKit` `class` and only for
196
/// Bluesky-specific record lexicon models.
197
///
198
- /// - Parameter types: An array of ``ATRecordProtocol``-conforming `struct`s.
+ /// - Parameter blueskyLexiconTypes: An array of ``ATRecordProtocol``-conforming `struct`s.
199
public func register(blueskyLexiconTypes: [any ATRecordProtocol.Type]) async {
200
guard !Self.areBlueskyRecordsRegistered else { return }
201
0 commit comments