Skip to content

Commit

Permalink
correct documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmontz committed Aug 19, 2023
1 parent 8266e3a commit d1bff8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NostrSDK/EventCreating.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public extension EventCreating {
/// - keypair: The Keypair to sign with.
/// - Returns: The signed ``ContactListEvent``.
///
/// Use this initializer if you do not intend to include petnames as part of the contact list.
/// Use this initializer if you intend to include petnames as part of the contact list.
///
/// > Note: [NIP-02 Specification](https://github.com/nostr-protocol/nips/blob/master/02.md#contact-list-and-petnames)
func contactList(withPubkeyTags pubkeyTags: [Tag], signedBy keypair: Keypair) throws -> ContactListEvent {
Expand Down

0 comments on commit d1bff8f

Please sign in to comment.