Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed Aug 12, 2024
1 parent eb0a84a commit 6a7538a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ impl Client {
/// # Errors
#[deprecated(
since = "21.5.0",
note = "This method is deprecated. Use `simulate_and_prepare_transaction` instead which returns the full `SimulateTransactionResponse` in addtion the the `Assembled` transaction."
note = "This method is deprecated. Use `simulate_and_prepare_transaction` instead which returns the full `SimulateTransactionResponse` in addition the the `Assembled` transaction."
)]
pub async fn simulate_and_assemble_transaction(
&self,
Expand Down

0 comments on commit 6a7538a

Please sign in to comment.