Skip to content

Commit 98a66f4

Browse files
committed
crc: rpc transport tag in doc, #6250
1 parent 62260f6 commit 98a66f4

File tree

1 file changed

+1
-1
lines changed
  • stacks-node/src/burnchains/rpc/rpc_transport

1 file changed

+1
-1
lines changed

stacks-node/src/burnchains/rpc/rpc_transport/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pub enum RpcError {
111111
UrlParse(#[from] url::ParseError),
112112
}
113113

114-
/// Alias for results returned from RPC operations using `RpcTransport`.
114+
/// Alias for results returned from RPC operations using [`RpcTransport`].
115115
pub type RpcResult<T> = Result<T, RpcError>;
116116

117117
/// Represents supported authentication mechanisms for RPC requests.

0 commit comments

Comments
 (0)