From d591ed59073fd804dd8b7c2c173f8c0dca757cc8 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Tue, 13 Mar 2018 04:06:20 +0900 Subject: [PATCH] Update key-concepts-transactions.rst. --- docs/source/key-concepts-transactions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/key-concepts-transactions.rst b/docs/source/key-concepts-transactions.rst index 1e2c1ff836..b23219e4b9 100644 --- a/docs/source/key-concepts-transactions.rst +++ b/docs/source/key-concepts-transactions.rst @@ -105,7 +105,7 @@ will not be valid, and will not be accepted as inputs to subsequent transactions Other transaction components ---------------------------- -As well as input states and output states, transactions may contain: +As well as input states and output states, transactions contain: * Commands * Attachments @@ -178,4 +178,4 @@ In some cases, we want a transaction proposed to only be approved during a certa * A bond may only be redeemed before its expiry date In such cases, we can add a *time-window* to the transaction. Time-windows specify the time window during which the -transaction can be committed. We discuss time-windows in the section on :doc:`key-concepts-time-windows`. \ No newline at end of file +transaction can be committed. We discuss time-windows in the section on :doc:`key-concepts-time-windows`.