trivial typo fix
This commit is contained in:
committed by
Michael Vines
parent
05cf15a382
commit
cc9b52cf72
@ -1,4 +1,4 @@
|
|||||||
//! The `budget_expr` module provides a domain-specific language for pa&yment plans. Users create BudgetExpr objects that
|
//! The `budget_expr` module provides a domain-specific language for payment plans. Users create BudgetExpr objects that
|
||||||
//! are given to an interpreter. The interpreter listens for `Witness` transactions,
|
//! are given to an interpreter. The interpreter listens for `Witness` transactions,
|
||||||
//! which it uses to reduce the payment plan. When the budget is reduced to a
|
//! which it uses to reduce the payment plan. When the budget is reduced to a
|
||||||
//! `Payment`, the payment is executed.
|
//! `Payment`, the payment is executed.
|
||||||
|
Reference in New Issue
Block a user