File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -836,9 +836,9 @@ The intent behind what happens when a game of poker starts is now much clearer.
836
836
837
837
Make sure to also move over the test for when the game ends.
838
838
839
- Once we are happy we have moved the tests over for game logic we can simplify our CLI tests so they reflect our intended responsiblities clearer
839
+ Once we are happy we have moved the tests over for game logic we can simplify our CLI tests so they reflect our intended responsibilities clearer
840
840
841
- - Process user input and call ` Game ` 's methods when appropiate
841
+ - Process user input and call ` Game ` 's methods when appropriate
842
842
- Send output
843
843
- Crucially it doesn't know about the actual workings of how games work
844
844
You can’t perform that action at this time.
0 commit comments