Skip to content

Commit 6edf9c7

Browse files
kasugamiraiyukibtc
authored andcommitted
nostr: fix typo in WrongKindError enum variant name
Closes #464
1 parent fdf079f commit 6edf9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nostr/src/event/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ use crate::{Alphabet, ImageDimensions, JsonUtil, SingleLetterTag, UncheckedUrl,
5050
/// Wrong kind error
5151
#[derive(Debug)]
5252
pub enum WrongKindError {
53-
/// Singe kind
53+
/// Single kind
5454
Single(Kind),
5555
/// Range
5656
Range(Range<u16>),

0 commit comments

Comments
 (0)