Minor fix in Guide section on contracts
Reported by Shambles
This commit is contained in:
parent
9bdb47bba0
commit
be9faeac65
|
@ -308,7 +308,7 @@ withdrawal operation. The improved bank-account module includes a
|
||||||
]
|
]
|
||||||
|
|
||||||
Besides requiring that a client provide a valid amount for a
|
Besides requiring that a client provide a valid amount for a
|
||||||
withdrawal, however, the amount should be less than the specified
|
withdrawal, however, the amount should be less than or equal to the specified
|
||||||
account's balance, and the resulting account will have less money than
|
account's balance, and the resulting account will have less money than
|
||||||
it started with. Similarly, the module might promise that a deposit
|
it started with. Similarly, the module might promise that a deposit
|
||||||
produces an account with money added to the account. The following
|
produces an account with money added to the account. The following
|
||||||
|
|
Loading…
Reference in New Issue
Block a user