From 3674a547d5915b6969ae7a58fd6408e9b1e4ae3b Mon Sep 17 00:00:00 2001 From: Andrius Dagys Date: Mon, 4 Apr 2016 09:23:22 +0100 Subject: [PATCH] Minor: Fix typos in documentation --- docs/source/data-model.rst | 2 +- docs/source/tutorial.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/data-model.rst b/docs/source/data-model.rst index 62d6e3282b..1bd401b23b 100644 --- a/docs/source/data-model.rst +++ b/docs/source/data-model.rst @@ -56,7 +56,7 @@ factors are: * Improved contract flexibility vs Bitcoin * Improved scalability vs Ethereum, as well as ability to keep parts of the transaction graph private (yet still uniquely addressable) * No reliance on proof of work -* Re-us of existing sandboxing virtual machines +* Re-use of existing sandboxing virtual machines * Use of type safe GCd implementation languages. * Simplified auditing diff --git a/docs/source/tutorial.rst b/docs/source/tutorial.rst index 88541d8a84..5096fc490c 100644 --- a/docs/source/tutorial.rst +++ b/docs/source/tutorial.rst @@ -611,7 +611,7 @@ In this example we see some new features of the DSL: * The ``transaction`` function can also be given a time, to override the default timestamp on a transaction. The ``trade`` function is not itself a unit test. Instead it builds up a trade/transaction group, with some slight -differences depending on the parameters provided (Kotlin allows parameters to have default valus). Then it returns +differences depending on the parameters provided (Kotlin allows parameters to have default values). Then it returns it, unexecuted. We use it like this: