Skip to content

Commit

Permalink
chore: docs lint
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Mar 11, 2024
1 parent 5d0a548 commit ac07332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/network/src/transaction/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ pub type BuilderResult<T, E = TransactionBuilderError> = std::result::Result<T,
/// A Transaction builder for a network.
///
/// Transaction builders are primarily used to construct typed transactions that can be signed with
/// [`Builder::build`], or unsigned typed transactions with [`Builder::build_unsigned`].
/// [`TransactionBuilder::build`], or unsigned typed transactions with
/// [`TransactionBuilder::build_unsigned`].
///
/// Transaction builders should be able to construct all available transaction types on a given
/// network.
Expand Down

0 comments on commit ac07332

Please sign in to comment.