We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125a3f6 commit daae57bCopy full SHA for daae57b
1 file changed
exercises/practice/two-bucket/.docs/instructions.md
@@ -11,7 +11,7 @@ There are some rules that your solution must follow:
11
b) the second bucket is full
12
2. Emptying a bucket and doing nothing to the other.
13
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.
+- After an action, you may not arrive at a state where the initial starting bucket is empty and the other bucket is full.
15
16
Your program will take as input:
17
0 commit comments