From 7055c203b52b9ebfbc142a50c7a95dbfea2be959 Mon Sep 17 00:00:00 2001 From: Reuven Podmazo Date: Wed, 20 Nov 2019 17:13:42 +0200 Subject: [PATCH] fixed some typo --- src/types/signed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/signed.rs b/src/types/signed.rs index 9b3a03c08..87b30e91d 100644 --- a/src/types/signed.rs +++ b/src/types/signed.rs @@ -22,7 +22,7 @@ pub struct SignedData { /// Transaction data for signing. /// /// The `Accounts::sign_transaction` method will fill optional fields with sane -/// defaults when they are ommited. Specifically the signing account's current +/// defaults when they are omitted. Specifically the signing account's current /// transaction count will be used for the `nonce`, the estimated recommended /// gas price will be used for `gas_price`, and the current network ID will be /// used for the `chain_id`.