From 6c25a483d6818afbec4adaeb02d2933b7b19f1b8 Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Wed, 11 May 2016 16:10:47 +0200 Subject: [PATCH] Fix typo: add missing "is" --- docs/source/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/models.md b/docs/source/models.md index 1ae84caf..9f2ec1dd 100644 --- a/docs/source/models.md +++ b/docs/source/models.md @@ -31,7 +31,7 @@ A transaction is an operation between the `current_owner` and the `new_owner` ov and a _crypto fulfillment_ that satisfies a spending condition set on the unspent digital asset. A _fulfillment_ is usually a signature proving the ownership of the digital asset. See [conditions and fulfillments](models.md#conditions-and-fulfillments) - - `conditions`: List of conditions. Each _condition_ a _crypto condition_ that needs to be fulfilled by the + - `conditions`: List of conditions. Each _condition_ is a _crypto condition_ that needs to be fulfilled by the new owner in order to spend the digital asset. See [conditions and fulfillments](models.md#conditions-and-fulfillments) - `operation`: String representation of the operation being performed (`CREATE`, `TRANSFER`, ...) this will define how