From 3cd365a624c21f91c2c79e102ba71e619d19c85a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 May 2022 10:53:26 +0100 Subject: [PATCH] OpOutcomeThunk: Fix typo in comment Signed-off-by: Ian Jackson --- src/updates.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updates.rs b/src/updates.rs index 68821f5c..9e4cdb63 100644 --- a/src/updates.rs +++ b/src/updates.rs @@ -170,7 +170,7 @@ pub enum OpOutcomeThunk { Immediate(UpdateFromOpComplex), /// Allows a UI operation full mutable access to the whole Instance. /// - /// Use with care! Eg, you might have to call save_game_and_aux_late.r + /// Use with care! Eg, you might have to call save_game_and_aux_later. /// /// Adding and removing pieces during play (rather than management) /// is complicated, because we want to avoid having to rewrite the aux. -- 2.30.2