Skip to content

Commit

Permalink
chore: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Dec 18, 2024
1 parent d6cf7ee commit 94b6f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pallets/multi-asset-delegation/src/functions/deposit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl<T: Config> Pallet<T> {
Ok(())
}

/// Schedules an withdraw request for a delegator.
/// Schedules a withdraw request for a delegator.
///
/// # Arguments
///
Expand Down Expand Up @@ -155,7 +155,7 @@ impl<T: Config> Pallet<T> {
})
}

/// Executes an withdraw request for a delegator.
/// Executes a withdraw request for a delegator.
///
/// # Arguments
///
Expand Down Expand Up @@ -226,7 +226,7 @@ impl<T: Config> Pallet<T> {
})
}

/// Cancels an withdraw request for a delegator.
/// Cancels a withdraw request for a delegator.
///
/// # Arguments
///
Expand Down

0 comments on commit 94b6f4c

Please sign in to comment.