From 6ac6534635b7be45282015af3cc3d5f68bbaeed0 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 16 Jul 2023 21:10:16 -0700 Subject: [PATCH] Clarify wording --- gib-gab-gob/game.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gib-gab-gob/game.scm b/gib-gab-gob/game.scm index fc7fcaa..70b2434 100644 --- a/gib-gab-gob/game.scm +++ b/gib-gab-gob/game.scm @@ -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]