Skip to content

Commit b5acd4b

Browse files
committed
nostr: fix "unclosed HTML tag" warning in docs
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 9f6f260 commit b5acd4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/nostr/src/nips/nip73.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ pub enum Nip73Kind {
106106
PodcastEpisode,
107107
/// Podcast publishers kind "podcast:publisher:guid"
108108
PodcastPublisher,
109-
/// Blockchain transaction kind "<blockchain>:tx"
109+
/// Blockchain transaction kind "\<blockchain\>:tx"
110110
BlockchainTransaction(String),
111-
/// Blockchain address kind "<blockchain>:address"
111+
/// Blockchain address kind "\<blockchain\>:address"
112112
BlockchainAddress(String),
113113
}
114114

0 commit comments

Comments
 (0)