From d45d8e9670ebf7f46316538d81d5e2d48396b43d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 8 Apr 2019 08:39:59 -0700 Subject: [PATCH] s/credit/read/ --- book/src/credit-only-credit-debit-accounts.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/book/src/credit-only-credit-debit-accounts.md b/book/src/credit-only-credit-debit-accounts.md index d2eeaae5b..9a1a68b1f 100644 --- a/book/src/credit-only-credit-debit-accounts.md +++ b/book/src/credit-only-credit-debit-accounts.md @@ -26,8 +26,7 @@ credit-only by the instructions. credit-only accounts have the following properties: * Can be deposited into: Deposits can be implemented as a simple `atomic_add`. - -* credit-only access to account data. +* read-only access to account data. Instructions that debit or modify the credit-only account data will fail.