Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf authored Nov 20, 2024
1 parent 69133b6 commit ab4130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/orders/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub mod pallet {

/// The minimum contribution to an order.
///
/// NOTE: This must be greater than existentail deposit.
/// NOTE: This must be greater than existential deposit.
#[pallet::constant]
type MinimumContribution: Get<BalanceOf<Self>>;

Expand Down

0 comments on commit ab4130e

Please sign in to comment.