Skip to content

Commit 48c514a

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +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`: 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.
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)