Skip to content

Commit 4190cf4

Browse files
authored
fix typo (#295)
1 parent 69133b6 commit 4190cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pallets/orders/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub mod pallet {
8888

8989
/// The minimum contribution to an order.
9090
///
91-
/// NOTE: This must be greater than existentail deposit.
91+
/// NOTE: This must be greater than existential deposit.
9292
#[pallet::constant]
9393
type MinimumContribution: Get<BalanceOf<Self>>;
9494

0 commit comments

Comments
 (0)