Clarify wording

This commit is contained in:
Vivianne 2023-07-16 21:10:16 -07:00
parent 65497fd439
commit 6ac6534635
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
(begin
(board-choose! board peer-mark x y)
(switch-turn!)
(format #t "I, the peer, finish my turn.\n"))
(format #t "I have logged the peer's turn.\n"))
(error "It's my turn!"))]
;; TODO: These need to go somewhere else so the peer can't move or init for us!
[(try-transition) 'playing]