Skip to content

Commit 18c43fd

Browse files
typo
1 parent a0e88b2 commit 18c43fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/base/src/contract_base/wrappers/call_value_wrapper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ where
252252
(payment.token_identifier, payment.amount)
253253
}
254254

255-
/// Accepts any sort of patyment, which is either:
255+
/// Accepts any sort of payment, which is either:
256256
/// - EGLD (can be zero in case of no payment whatsoever);
257257
/// - Multi-ESDT (one or more ESDT transfers).
258258
pub fn any_payment(&self) -> EgldOrMultiEsdtPayment<A> {

0 commit comments

Comments
 (0)