Skip to content

Commit

Permalink
chore: remove repetitive words (#853)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick O'Grady <prohb125@gmail.com>
  • Loading branch information
ChengenH and patrick-ogrady authored May 22, 2024
1 parent ba87814 commit b139da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/programs/rust/examples/token/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub fn burn_from(context: Context, recipient: Address) -> i64 {
.expect("recipient balance not found")
}

/// Transfers balance from the sender to the the recipient.
/// Transfers balance from the sender to the recipient.
#[public]
pub fn transfer(context: Context, sender: Address, recipient: Address, amount: i64) -> bool {
let Context { program, .. } = context;
Expand Down

0 comments on commit b139da2

Please sign in to comment.