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
1 changed files with 1 additions and 1 deletions

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,
//! which it uses to reduce the payment plan. When the budget is reduced to a
//! `Payment`, the payment is executed.