Skip to content

Commit ebf0325

Browse files
committed
Link docs to ReceiverTypeState::TerminalFailure by name
1 parent 1118670 commit ebf0325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payjoin/src/receive/v2/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fn subdir_path_from_pubkey(pubkey: &HpkePublicKey) -> ShortId {
8383
}
8484

8585
/// Represents the various states of a Payjoin receiver session during the protocol flow.
86-
/// Each variant wraps a `Receiver` with a specific state type, except for `TerminalFailure` which
86+
/// Each variant wraps a `Receiver` with a specific state type, except for [`ReceiverTypeState::TerminalFailure`] which
8787
/// indicates the session has ended or is invalid.
8888
#[derive(Debug, Clone, PartialEq)]
8989
pub enum ReceiverTypeState {

0 commit comments

Comments
 (0)