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.