Skip to content

Commit daae57b

Browse files
authored
Synced Two Bucket to Problem Specs. Instructions updated. (#3655)
1 parent 125a3f6 commit daae57b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/two-bucket/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are some rules that your solution must follow:
1111
b) the second bucket is full
1212
2. Emptying a bucket and doing nothing to the other.
1313
3. Filling a bucket and doing nothing to the other.
14-
- After an action, you may not arrive at a state where the starting bucket is empty and the other bucket is full.
14+
- After an action, you may not arrive at a state where the initial starting bucket is empty and the other bucket is full.
1515

1616
Your program will take as input:
1717

0 commit comments

Comments
 (0)