trivial typo fix

This commit is contained in:
Lu Guanqun
2020-10-15 17:18:14 +08:00
committed by Michael Vines
parent 05cf15a382
commit cc9b52cf72

View File

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