From 58bca04a3f0910fa34595b41178b9fbb834f8bd2 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Tue, 8 Jan 2019 16:26:27 -0700 Subject: [PATCH] Couple edits --- book/src/runtime.md | 5 ++--- book/src/terminology.md | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/book/src/runtime.md b/book/src/runtime.md index 9a749af07c..1fefc7a6b0 100644 --- a/book/src/runtime.md +++ b/book/src/runtime.md @@ -57,8 +57,8 @@ encodes. * `CreateAccount` - This allows the user to create and assign an account to a Program. * `Assign` - allows the user to assign an existing account to a program. -* `Move` - moves tokens between account's that are associated with -* `Spawn` - spawn a new program from an account +* `Move` - moves tokens between accounts. +* `Spawn` - spawns a new program from an account. ## Notes @@ -81,4 +81,3 @@ a transaction is committed. * [Continuations and Signals for long running Transactions](https://github.com/solana-labs/solana/issues/1485) - diff --git a/book/src/terminology.md b/book/src/terminology.md index 5286d0b512..76ec0b72bd 100644 --- a/book/src/terminology.md +++ b/book/src/terminology.md @@ -80,7 +80,7 @@ A full participant in the [cluster](#cluster) either a [leader](#leader) or #### fullnode state -The result of interpreting all programs on the ledger a given [tick +The result of interpreting all programs on the ledger at a given [tick height](#tick-height). It includes at least the set of all [accounts](#account) holding nonzero [native tokens](#native-tokens). @@ -256,4 +256,3 @@ See [ledger vote](#ledger-vote). #### voting period The duration of a [block](#block). -