Skip to content

Commit

Permalink
Fix documentation in RecordIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Dec 7, 2024
1 parent 9bec5c8 commit fc7d796
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@ extension ATProtoBluesky {
/// Identifies the record based on the specific information provided.
///
/// `RecordIdentifier` provides a unified interface for specifying how the record is defined.
/// This allows methods like ``deleteActionRecord(_:)`` to handle the backend of how to grab the
/// details of the record so it can delete it.
public enum RecordIdentifier {

/// The record object itself.
///
/// - Parameter recordQuery: the record object.
case recordQuery(recordQuery: ATProtoTools.RecordQuery)

/// The URI of the record.
case recordURI(atURI: String)
}
Expand Down

0 comments on commit fc7d796

Please sign in to comment.