Skip to content

Commit 7d754ce

Browse files
committed
docs: update bank-account design.md
1 parent fe96f3c commit 7d754ce

File tree

1 file changed

+1
-2
lines changed
  • exercises/practice/bank-account/.meta

1 file changed

+1
-2
lines changed

exercises/practice/bank-account/.meta/design.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ This exercise could benefit from the following rules in the [analyzer](https://g
1111
them early.
1212
- `essential`: If the solution **does not throw an exception when `amount` exceeds `balance` during withdrawal**,
1313
instruct the student to add this check.
14-
- `actionable:`: If the solution **declares zero or more than one `boolean`/`Boolean` field to track account state**,
15-
instruct the student to use exactly one such field.
14+
- `actionable`: Verify that the solution **declares exactly one `boolean`/`Boolean` field to track account state**; if the count is zero or greater than one, instruct the student to use exactly one such field.

0 commit comments

Comments
 (0)