docs: Try fix typo (#2677)

This commit is contained in:
Luke Schoen
2019-05-29 00:59:09 +10:00
committed by Gavin Wood
parent 94d4ef9105
commit 811124234d
@@ -51,7 +51,7 @@ pub enum TransactionValidity {
///
/// A list of tags this transaction provides. Successfully importing the transaction
/// will enable other transactions that depend on (require) those tags to be included as well.
/// Provided and requried tags allow Substrate to build a dependency graph of transactions
/// Provided and required tags allow Substrate to build a dependency graph of transactions
/// and import them in the right (linear) order.
provides: Vec<TransactionTag>,
/// Transaction longevity