Minor: Fix typos in documentation

This commit is contained in:
Andrius Dagys 2016-04-04 09:23:22 +01:00
parent eecdba9e26
commit 3674a547d5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: