From 1f3173a563475054ac3e3783aa26918dd710344d Mon Sep 17 00:00:00 2001 From: Chris Mounce Date: Wed, 29 Apr 2026 14:13:51 -0700 Subject: [PATCH] Tweak comment --- src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world.rs b/src/world.rs index 3b994bb..9c06d5f 100644 --- a/src/world.rs +++ b/src/world.rs @@ -195,7 +195,7 @@ impl Default for Board { exit_east: None, reenter_when_zapped: false, message: String::new(), - // (1, 1) is objectively a better default for enter x/y than (0, 0). It is possible to + // (1, 1) is an objectively better default for enter x/y than (0, 0). It is possible to // get ZZT to consume this value by restoring a game, and in that case (0, 0) will take // the player out of bounds, leading to a crash. enter_x: 1,