From d1bff8ff61857b39ef35ea2c9909bc17d83654d5 Mon Sep 17 00:00:00 2001 From: Bryan Montz Date: Sat, 19 Aug 2023 16:04:22 -0500 Subject: [PATCH] correct documentation comment --- Sources/NostrSDK/EventCreating.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/NostrSDK/EventCreating.swift b/Sources/NostrSDK/EventCreating.swift index 6c25850..12cdcbb 100644 --- a/Sources/NostrSDK/EventCreating.swift +++ b/Sources/NostrSDK/EventCreating.swift @@ -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 {