chore: Fix typos

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-28 10:29:38 +00:00
parent 043ef6fc96
commit 035e22a6ba
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ pub struct ResolveArgs {
/// If omitted, looks for a `nostr-address` file.
#[arg(value_name = "NADDR-NIP05-OR-SET", long = "repo")]
naddrs: Option<Vec<NaddrOrSet>>,
/// The opened issue id to resolve it
/// The open issue id to resolve it
issue_id: NostrEvent,
}